Skip to content

Commit

Permalink
use upload-pages-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed Jan 1, 2025
1 parent 89e6297 commit 0cae464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: npx honkit build
- run: touch _book/.nojekyll
- name: Deploy
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: _book
deploy:
Expand All @@ -58,4 +58,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v3

0 comments on commit 0cae464

Please sign in to comment.