1 parent 3efd0d9 commit e503e7aCopy full SHA for e503e7a
1 file changed
.github/workflows/docs.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
deploy-docs:
35
name: Deploy Documentation to GitHub Pages
36
- # if: github.event_name == 'push' && (contains(github.ref, '/heads/master')
+ if: github.event_name == 'push' && contains(github.ref, '/heads/master')
37
needs: doxygen-docs
38
runs-on: ubuntu-latest
39
steps:
0 commit comments