Skip to content

Commit

Permalink
Merge pull request #288 from M-DinhHoangViet/patch-2
Browse files Browse the repository at this point in the history
Update action
  • Loading branch information
ornicar authored Nov 7, 2023
2 parents 8db9efa + 7988127 commit 0a93f7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
run:
working-directory: doc
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 17
- run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- uses: actions/configure-pages@v1
- uses: actions/upload-pages-artifact@v1
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
with:
path: doc/public
- uses: actions/deploy-pages@v1
- uses: actions/deploy-pages@v2
id: deployment

0 comments on commit 0a93f7b

Please sign in to comment.