Skip to content

Commit

Permalink
fix: page deployment is not successful
Browse files Browse the repository at this point in the history
  • Loading branch information
ren-yamanashi committed Nov 17, 2024
1 parent ef0d963 commit 4eaf092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
deploy:
needs: test-and-build
environment:
name: github-pages
name: ${{ github.ref == 'refs/heads/main' && 'github-pages' }}
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
name: Deploy
Expand Down

0 comments on commit 4eaf092

Please sign in to comment.