Skip to content

Commit 5c5d488

Browse files
committed
Fix cron build
1 parent 684d2e8 commit 5c5d488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: cp .asf.yaml ./out/.asf.yaml
3333

3434
- name: Publish Iggy Website to asf-site
35-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
35+
if: github.ref == 'refs/heads/main'
3636
uses: peaceiris/actions-gh-pages@v4
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)