Skip to content

Commit e503e7a

Browse files
committed
fix syntax error in deploy-docs condition
1 parent 3efd0d9 commit e503e7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

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

3434
deploy-docs:
3535
name: Deploy Documentation to GitHub Pages
36-
# if: github.event_name == 'push' && (contains(github.ref, '/heads/master')
36+
if: github.event_name == 'push' && contains(github.ref, '/heads/master')
3737
needs: doxygen-docs
3838
runs-on: ubuntu-latest
3939
steps:

0 commit comments

Comments
 (0)