Skip to content

Commit

Permalink
Allow writing to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Nov 7, 2024
1 parent 72bb931 commit b54a345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
env:
BASE_URL: /${{ github.event.repository.name }}

permissions:
actions: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
Expand Down
2 changes: 0 additions & 2 deletions pf-recommended-practices/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ The second part of the website a small sample book to give you a feel for how bo
structured.
It shows off a few of the major file types, as well as some sample content.
It does not go in-depth into any particular topic - check out [the Jupyter Book documentation](https://jupyterbook.org) for more information.

Test

0 comments on commit b54a345

Please sign in to comment.