This commit is contained in:
illegitimate-egg 2025-03-18 23:33:44 +00:00
parent cf078b6c28
commit 3260862bb4

View File

@ -220,6 +220,10 @@ jobs:
book:
name: Book
runs-on: ubuntu-latest
permissions:
contents: write # To push a branch
pages: write # To push to a GitHub Pages site
id-token: write # To update the deployment status
steps:
- name: Checkout sources
uses: actions/checkout@v2