Skip to content

Commit

Permalink
fix: dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Oct 17, 2024
1 parent dbce1da commit 7a229cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
permissions:
id-token: write # Explicitly provide id-token permission
id-token: write
contents: read

jobs:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
publish-book:
runs-on: ubuntu-latest
needs: build-book
if: github.ref == 'refs/heads/main' # Only run on main branch commits
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4

Expand All @@ -77,4 +77,4 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4
with:
folder: ./_build/html
folder: _build/html

0 comments on commit 7a229cb

Please sign in to comment.