Skip to content

Commit

Permalink
Merge pull request #279 from IPPL-framework/matt-frey-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
matt-frey authored Apr 11, 2024
2 parents 8811c34 + 22aaa28 commit 0f7f653
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
permissions:
pages: write

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -34,4 +36,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/html
publish_dir: doc/html

0 comments on commit 0f7f653

Please sign in to comment.