Skip to content

Commit 31df1ce

Browse files
committed
(d) Modify website publishing system for testing.
1 parent 6a79c00 commit 31df1ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
# Branch to base "dev" website on. Set in siteversion.py also.
8-
- main
8+
- test-sync
99
# Release branches have names like 0.8.x, 0.9.x, ...
1010
- "[0-9]+.[0-9]+.x"
1111
paths:

docs/siteversion/siteversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# version that happens on the landing page should be updated or not.
3535

3636

37-
DEV_BRANCHES = ["main"] # Name of the branch used for the "dev" website source content
37+
DEV_BRANCHES = ["test-sync"] # Name of the branch used for the "dev" website source content
3838

3939

4040
def get_docs_version(ref_name, release_branches):

0 commit comments

Comments
 (0)