Skip to content

Commit

Permalink
bug #43: fix doc not updated when pushed to main
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Oct 10, 2024
1 parent eeda5fa commit e944c00
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 e944c00

Please sign in to comment.