Skip to content

Commit

Permalink
Merge pull request #299 from ArielSAdamsNASA/fix-298-documentation-push
Browse files Browse the repository at this point in the history
Fix #298, Run Documentation and Guides on Push
  • Loading branch information
astrogeco committed Jul 19, 2021
2 parents c0fc953 + a8514a1 commit 4ae6005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
concurrent_skipping: 'same_content'
skip_after_successful_duplicate: 'true'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
do_not_skip: '["push", "workflow_dispatch", "schedule"]'

build-docs:
#Continue if checks-for-duplicates found no duplicates. Always runs for pull-requests.
Expand Down Expand Up @@ -248,4 +248,4 @@ jobs:
BRANCH: gh-pages
FOLDER: deploy
CLEAN: false
SINGLE_COMMIT: true
SINGLE_COMMIT: true

0 comments on commit 4ae6005

Please sign in to comment.