We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7585fdb commit a5d60b1Copy full SHA for a5d60b1
.azure-pipelines-gh-pages.yml
@@ -3,7 +3,7 @@ trigger:
3
branches:
4
include:
5
- master
6
- - 'refs/tags/v*'
+ - 'refs/tags/ccf-*'
7
8
jobs:
9
- job: build_and_publish_docs
doc/conf.py
@@ -183,7 +183,7 @@
183
184
# Set up multiversion extension
185
186
-smv_tag_whitelist = r"^v.*$"
+smv_tag_whitelist = r"^(v|ccf-).*$"
187
smv_branch_whitelist = r"^master$"
188
smv_remote_whitelist = None
189
smv_outputdir_format = "{ref.name}"
0 commit comments