Skip to content

Commit 3810026

Browse files
author
kumar
committed
removed if condition for push
1 parent d67aba7 commit 3810026

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
docs-folder: "docs/"
2727
- name: Deploy
2828
uses: peaceiris/actions-gh-pages@v3
29-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/test_branch' }}
3029
with:
3130
github_token: ${{ secrets.GITHUB_TOKEN }}
3231
publish_dir: docs/_build/html

0 commit comments

Comments
 (0)