Skip to content

Commit

Permalink
Fix nasa#298, Run Documentation and Guides on Push
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker committed Jul 14, 2021
1 parent fb2968d commit a8514a1
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 @@ -236,4 +236,4 @@ jobs:
BRANCH: gh-pages
FOLDER: deploy
CLEAN: false
SINGLE_COMMIT: true
SINGLE_COMMIT: true

0 comments on commit a8514a1

Please sign in to comment.