Skip to content

Commit

Permalink
Bug/Fix Workflow Deploy (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
RockiRider authored Feb 22, 2024
1 parent ce992d8 commit b9ff014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build_and_test
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit b9ff014

Please sign in to comment.