Skip to content

Commit

Permalink
fix: gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
BachErik committed Jul 6, 2024
1 parent 178d0c6 commit 0f21e97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
runs-on: ubuntu-latest
needs: build

# 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

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 0f21e97

Please sign in to comment.