We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684d2e8 commit 5c5d488Copy full SHA for 5c5d488
1 file changed
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
run: cp .asf.yaml ./out/.asf.yaml
33
34
- name: Publish Iggy Website to asf-site
35
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main'
36
uses: peaceiris/actions-gh-pages@v4
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments