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"
33on :
44 push :
55 branches :
6- - latest
6+ - docs
77 tags :
88 - ' **'
99jobs :
3131 run : ./docs/_utils/deploy.sh
3232 env :
3333 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):
282282# Whitelist pattern for tags (set to None to ignore all tags)
283283# Whitelist pattern for branches (set to None to ignore all branches)
284284smv_tag_whitelist = r'None'
285- smv_branch_whitelist = r"^latest $"
285+ smv_branch_whitelist = r"^docs $"
286286# Whitelist pattern for remotes (set to None to use local branches only)
287287smv_remote_whitelist = r"^origin$"
288288# Pattern for released versions
You can’t perform that action at this time.
0 commit comments