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.
1 parent db18c08 commit f7d18dcCopy full SHA for f7d18dc
.github/workflows/docs.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- 'main'
7
- - 'mkdocs' # Remove after merge
8
- 'v*'
9
tags:
10
@@ -59,8 +58,7 @@ jobs:
59
58
pages_threshold: major_outage
60
-
61
name: Deploy
62
- #if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, 'main') || steps.prepare.outputs.release == 'true')
63
- if: success() && github.event_name != 'pull_request' # Remove after merge and use the previous condition
+ if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, 'main') || steps.prepare.outputs.release == 'true')
64
uses: crazy-max/[email protected]
65
with:
66
target_branch: gh-pages
0 commit comments