Skip to content

Commit

Permalink
chore(ci): add environment to site-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Feb 14, 2024
1 parent 788ba9d commit 0fee171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -49,6 +52,7 @@ jobs:
with:
path: site
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

lychee:
Expand Down

0 comments on commit 0fee171

Please sign in to comment.