Skip to content

Commit

Permalink
Update doc-build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippPlank authored Apr 5, 2024
1 parent dee779c commit 63196d5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/doc-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
- main
pull_request:
workflow_dispatch:
permissions:
contents: write
pages: write
id-token: write
permissions: {}

concurrency:
group: "pages"
Expand All @@ -17,6 +14,10 @@ concurrency:
jobs:
build-docs:
name: Build sphinx docs
permissions:
contents: write
pages: write
id-token: write
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 63196d5

Please sign in to comment.