Add required book deploy permissions and add concurrency group

This commit is contained in:
Matthijs Brobbel 2024-06-24 09:47:26 +02:00
parent a1bf3a613f
commit 97402d18fc
No known key found for this signature in database
GPG key ID: 551189F8515034D3

View file

@ -40,6 +40,13 @@ jobs:
runs-on: ubuntu-latest
needs: book
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
concurrency:
group: github-pages
cancel-in-progress: true
permissions:
contents: read
pages: write
id-token: write
steps:
- uses: actions/download-artifact@v4
with: