Skip to content

Commit

Permalink
Merge pull request #32 from qupath/job-write-perms
Browse files Browse the repository at this point in the history
Add write permissions to pages
  • Loading branch information
alanocallaghan authored May 28, 2024
2 parents e1535a6 + b51fdfd commit 09c69eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

jobs:
build-and-publish-javadocs:
permissions:
pages: write
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -34,6 +36,8 @@ jobs:
allow_empty_commit: true

update-symlink:
permissions:
pages: write
needs: build-and-publish-javadocs
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09c69eb

Please sign in to comment.