Skip to content

Commit

Permalink
Update deploy-to-gh-pages.yml (#212)
Browse files Browse the repository at this point in the history
* Update deploy-to-gh-pages.yml

* Update deploy-to-gh-pages.yml
  • Loading branch information
joswig authored Jan 31, 2025
1 parent 41c8d5f commit fa8f06d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
permissions:
pages: write
id-token: write
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit fa8f06d

Please sign in to comment.