Skip to content

Commit

Permalink
Actually fix the upload-pages-artifact and deploy-pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jatonline committed Feb 20, 2025
1 parent 0aa3fe1 commit 8105cc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
deploy-book:
environment:
name: github-pages
runs-on: ubuntu-latest
permissions:
pages: write
Expand All @@ -33,7 +35,7 @@ jobs:
# Upload the book's HTML as an artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: "_build/html"

Expand Down

0 comments on commit 8105cc2

Please sign in to comment.