Skip to content

Commit

Permalink
Update static.yml more config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandykadam authored Aug 19, 2024
1 parent adb4e38 commit dd5bad3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

strategy:
matrix:
Expand All @@ -34,6 +37,7 @@ jobs:
CI: true
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Deploy to GH Pages 🚀
id: deployment
uses: actions/deploy-pages@v4
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit dd5bad3

Please sign in to comment.