Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 13ac472

Browse files
committed
Fix docfx workflow to remove unnecessary condition
1 parent 48e3f3a commit 13ac472

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/docfx-build-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
args: docs/docfx.json
2323

2424
- name: Publish
25-
if: github.event_name == 'push'
2625
uses: peaceiris/actions-gh-pages@v3
2726
with:
2827
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)