Skip to content

Commit

Permalink
Updated deploy-pages version & permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusleonas committed Aug 6, 2024
1 parent e3633c4 commit b9bba62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit b9bba62

Please sign in to comment.