Skip to content

Commit

Permalink
update upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Feb 10, 2025
1 parent 714213a commit 6d3d3da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
path: docs/book/*

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "docs/book"

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 6d3d3da

Please sign in to comment.