Skip to content

Commit

Permalink
chore: pleaaseeee github help
Browse files Browse the repository at this point in the history
Signed-off-by: Koen <[email protected]>
  • Loading branch information
koen1711 authored Dec 3, 2024
1 parent 042967d commit c5daed1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,17 @@ jobs:
# Deploy the artifact to GitHub pages.
# This is a separate job so that only actions/deploy-pages has the necessary permissions.
deploy-pages:
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build-pages
runs-on: ubuntu-latest
steps:
- id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v2

deploy:
needs: deploy-pages
Expand Down

0 comments on commit c5daed1

Please sign in to comment.