Skip to content

Commit

Permalink
Merge pull request #44 from pollen-robotics/43-documentation-not-upda…
Browse files Browse the repository at this point in the history
…ted-when-pushed-on-main

bug #43: fix doc not updated when pushed to main
  • Loading branch information
FabienDanieau authored Oct 10, 2024
2 parents eeda5fa + e944c00 commit 665afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

publish-docs:
needs: build-docs
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-22.04
steps:
- name: Download Documentation
Expand Down

0 comments on commit 665afc1

Please sign in to comment.