Skip to content

Commit e944c00

Browse files
committed
bug #43: fix doc not updated when pushed to main
1 parent eeda5fa commit e944c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
publish-docs:
4848
needs: build-docs
49-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
49+
if: github.ref == 'refs/heads/main'
5050
runs-on: ubuntu-22.04
5151
steps:
5252
- name: Download Documentation

0 commit comments

Comments
 (0)