Skip to content

Commit

Permalink
fix the issue of github pages environment
Browse files Browse the repository at this point in the history
  • Loading branch information
bbmokhtari committed Oct 20, 2024
1 parent ce81ad0 commit 93faa83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,9 @@ jobs:
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 93faa83

Please sign in to comment.