Skip to content

Commit a5d60b1

Browse files
authored
Update documentation config to use new prefix (#1344)
1 parent 7585fdb commit a5d60b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger:
33
branches:
44
include:
55
- master
6-
- 'refs/tags/v*'
6+
- 'refs/tags/ccf-*'
77

88
jobs:
99
- job: build_and_publish_docs

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183

184184
# Set up multiversion extension
185185

186-
smv_tag_whitelist = r"^v.*$"
186+
smv_tag_whitelist = r"^(v|ccf-).*$"
187187
smv_branch_whitelist = r"^master$"
188188
smv_remote_whitelist = None
189189
smv_outputdir_format = "{ref.name}"

0 commit comments

Comments
 (0)