Skip to content

Commit

Permalink
Merge branch 'OpenBCI:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tharun-OpenBCI authored Sep 20, 2024
2 parents be98aee + c05d8d0 commit 97451e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: "18.x"
- name: Test Build
run: |
cd website
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: "18.x"
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
Expand All @@ -53,4 +53,4 @@ jobs:
npm i
fi
ls
npm run deploy
npm run deploy

0 comments on commit 97451e9

Please sign in to comment.