Skip to content

Commit

Permalink
Set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 30, 2025
1 parent 9fe0406 commit 48a5614
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ jobs:
uses: actions/[email protected]
with:
path: ${{ env.docs-directory }}/generated_docs

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/[email protected]

0 comments on commit 48a5614

Please sign in to comment.