Skip to content

Commit 4ae6005

Browse files
authored
Merge pull request #299 from ArielSAdamsNASA/fix-298-documentation-push
Fix #298, Run Documentation and Guides on Push
2 parents c0fc953 + a8514a1 commit 4ae6005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
concurrent_skipping: 'same_content'
2323
skip_after_successful_duplicate: 'true'
24-
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
24+
do_not_skip: '["push", "workflow_dispatch", "schedule"]'
2525

2626
build-docs:
2727
#Continue if checks-for-duplicates found no duplicates. Always runs for pull-requests.
@@ -248,4 +248,4 @@ jobs:
248248
BRANCH: gh-pages
249249
FOLDER: deploy
250250
CLEAN: false
251-
SINGLE_COMMIT: true
251+
SINGLE_COMMIT: true

0 commit comments

Comments
 (0)