File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "CI Docs"
3
3
on :
4
4
push :
5
5
branches :
6
- - latest
6
+ - docs
7
7
tags :
8
8
- ' **'
9
9
jobs :
31
31
run : ./docs/_utils/deploy.sh
32
32
env :
33
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
- LATEST_VERSION : latest
34
+ LATEST_VERSION : docs
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ class DitaaLexer(BashLexer):
282
282
# Whitelist pattern for tags (set to None to ignore all tags)
283
283
# Whitelist pattern for branches (set to None to ignore all branches)
284
284
smv_tag_whitelist = r'None'
285
- smv_branch_whitelist = r"^latest $"
285
+ smv_branch_whitelist = r"^docs $"
286
286
# Whitelist pattern for remotes (set to None to use local branches only)
287
287
smv_remote_whitelist = r"^origin$"
288
288
# Pattern for released versions
You can’t perform that action at this time.
0 commit comments