We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0fc953 + a8514a1 commit 4ae6005Copy full SHA for 4ae6005
.github/workflows/build-documentation.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
concurrent_skipping: 'same_content'
23
skip_after_successful_duplicate: 'true'
24
- do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
+ do_not_skip: '["push", "workflow_dispatch", "schedule"]'
25
26
build-docs:
27
#Continue if checks-for-duplicates found no duplicates. Always runs for pull-requests.
@@ -248,4 +248,4 @@ jobs:
248
BRANCH: gh-pages
249
FOLDER: deploy
250
CLEAN: false
251
- SINGLE_COMMIT: true
+ SINGLE_COMMIT: true
0 commit comments