Skip to content

Commit

Permalink
fix(ci): add missing env
Browse files Browse the repository at this point in the history
is this the reason?
  • Loading branch information
Candinya committed May 28, 2024
1 parent af97680 commit bcaa476
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-contributors-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ jobs:
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: "contributors-graph"

0 comments on commit bcaa476

Please sign in to comment.