Skip to content

Commit

Permalink
try fixing javadoc publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdeisenroth committed Oct 12, 2024
1 parent 0835fe1 commit 330e866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ concurrency:
jobs:
# Single deploy job since we're just deploying
publish-javadoc:
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 330e866

Please sign in to comment.