Skip to content

Commit

Permalink
Update node version for action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Jul 24, 2024
1 parent 7394f58 commit 67325a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.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: '20.x'
- name: install
working-directory: ./website
run: npm install
Expand All @@ -29,15 +29,15 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '20.x'
- name: install
working-directory: ./website
run: npm install
- name: build
working-directory: ./website
run: npm run build
- name: deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./website/build/aut-docs

0 comments on commit 67325a3

Please sign in to comment.