Skip to content

Commit bc1e2b3

Browse files
committed
Updated latest to docs
1 parent 32276df commit bc1e2b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "CI Docs"
33
on:
44
push:
55
branches:
6-
- latest
6+
- docs
77
tags:
88
- '**'
99
jobs:
@@ -31,4 +31,4 @@ jobs:
3131
run : ./docs/_utils/deploy.sh
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
LATEST_VERSION: latest
34+
LATEST_VERSION: docs

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
284284
smv_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)
287287
smv_remote_whitelist = r"^origin$"
288288
# Pattern for released versions

0 commit comments

Comments
 (0)