Skip to content

Commit

Permalink
Fix download of build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Jul 4, 2024
1 parent bd11e2a commit fb5a08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download compiled book
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: _build
- name: Publish book on github pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/html

0 comments on commit fb5a08b

Please sign in to comment.