Skip to content

Commit

Permalink
Attempt to add write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessel Bruinsma committed Jul 25, 2024
1 parent ee90444 commit 6ae7fd6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:
branches:
- main

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

permissions:
contents: write

jobs:
build-docs:
runs-on: ubuntu-latest
Expand All @@ -34,7 +32,7 @@ jobs:
jupyter-book build docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3.6.1
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html

0 comments on commit 6ae7fd6

Please sign in to comment.