Skip to content

Commit

Permalink
Merge pull request #20 from rafa-be/fix_documentation_action_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSlome authored Oct 9, 2024
2 parents dbaabb3 + 2cc9be4 commit 15402e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: Publish documentation to GitHub Pages
on:
release:
types: [created]
workflow_dispatch:

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

jobs:
deploy:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion parfun/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.0.3"
__version__ = "7.0.4"

0 comments on commit 15402e3

Please sign in to comment.