Skip to content

Commit

Permalink
Update action versions for gh-pages publish (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev authored Jun 7, 2024
1 parent 19e77a8 commit 20e0184
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 @@ -20,13 +20,13 @@ jobs:
run:
working-directory: doc
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: npm run bundle
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: doc/public
- uses: actions/deploy-pages@v2
- uses: actions/deploy-pages@v4
id: deployment

0 comments on commit 20e0184

Please sign in to comment.