We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b7a03 commit 11c205fCopy full SHA for 11c205f
.github/workflows/deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Deploy to GitHub Pages
50
uses: peaceiris/actions-gh-pages@v4
51
- if: ${{ inputs.deploy-to-prod == true || github.ref == 'refs/heads/prod' }}
+ if: ${{ inputs.deploy-to-prod == true }}
52
with:
53
github_token: ${{ secrets.GITHUB_TOKEN }}
54
publish_dir: "./dist"
0 commit comments