Skip to content

Commit

Permalink
Merge pull request #318 from mitmedialab/dev
Browse files Browse the repository at this point in the history
Update of main
  • Loading branch information
pmalacho-mit authored Nov 27, 2023
2 parents 5d5f8b2 + 1f27b09 commit c5da95c
Show file tree
Hide file tree
Showing 101 changed files with 104,351 additions and 104,150 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Build and Deploy

on: [push]

permissions:
contents: write
pages: write
id-token: write
jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.17.1]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -25,10 +24,8 @@ jobs:
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.1.3
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: 'build'
TARGET_FOLDER: ${{ steps.extract_branch.outputs.branch }}
folder: build # The folder the action should deploy.
target-folder: ${{ steps.extract_branch.outputs.branch }}
12 changes: 6 additions & 6 deletions extensions/documentation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c5da95c

Please sign in to comment.