Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
M-DinhHoangViet authored Nov 7, 2023
1 parent 8db9efa commit d6c5c1b
Showing 1 changed file with 3 additions and 3 deletions.
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 d6c5c1b

Please sign in to comment.