Skip to content

Commit 665afc1

Browse files
Merge pull request #44 from pollen-robotics/43-documentation-not-updated-when-pushed-on-main
bug #43: fix doc not updated when pushed to main
2 parents eeda5fa + e944c00 commit 665afc1

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)