Skip to content

Commit

Permalink
Merge pull request #29 from sneakers-the-rat/fix-gh-pages-deploy
Browse files Browse the repository at this point in the history
[ci][troubleshooting] set permissions on token and configure pages
  • Loading branch information
sneakers-the-rat authored Oct 18, 2024
2 parents 526467b + 99de47e commit d075724
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,22 @@ on:
push:
branches:
- main

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

jobs:
build-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit d075724

Please sign in to comment.