Skip to content

Commit 166b27d

Browse files
author
Reinhold Willcox
committed
fixed commented if statement - that was for testing purposes only
1 parent 9e0bde9 commit 166b27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/latex-compile-ci.yml

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

5656
# If push to dev, publish the documentation
5757
- name: publish documentation
58-
#if: github.event_name == 'push' # testing, uncomment later
58+
if: github.event_name == 'push'
5959
run: |
6060
git checkout --orphan Documentation
6161
PDF_FILE=COMPAS_Documentation.pdf

0 commit comments

Comments
 (0)