Ffs 2
This commit is contained in:
parent
cf078b6c28
commit
3260862bb4
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -220,6 +220,10 @@ jobs:
|
|||||||
book:
|
book:
|
||||||
name: Book
|
name: Book
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user