Skip to content

Commit

Permalink
Merge pull request #840 from BIDMCDigitalPsychiatry/build-revert
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
sarithapillai8 authored Oct 30, 2024
2 parents fde0c8b + 781ec85 commit 74c1f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: '20.x'
node-version: '16.x'
- name: Install & Build
run: |
npm install --legacy-peer-deps
Expand All @@ -28,12 +28,12 @@ jobs:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: '20.x'
node-version: '16.x'
- name: Install & Build
run: |
npm install --legacy-peer-deps
npm run build
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
folder: build

0 comments on commit 74c1f33

Please sign in to comment.