Skip to content

Commit 5a81ee1

Browse files
committed
chore: adjust for new OctoPrint branching strategy
1 parent 2f89b86 commit 5a81ee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
sphinx: "4.5.0"
2929
mermaid: "0.7.1"
3030
jinja: "3.1.1"
31-
- version: "master"
31+
- version: "main"
3232
source: "heads"
3333
python: "3.10"
3434
sphinx: "4.5.0"
3535
mermaid: "0.7.1"
3636
jinja: "3.1.1"
37-
- version: "maintenance"
37+
- version: "dev"
3838
source: "heads"
3939
python: "3.12"
4040
sphinx: "8.2.3"
@@ -176,7 +176,7 @@ jobs:
176176
for version in *; do
177177
if [ -d "$version" ]; then
178178
aliases="[]"
179-
if [ "$version" == "master" ]; then
179+
if [ "$version" == "main" ]; then
180180
aliases="[\"latest\"]"
181181
fi
182182
echo "Adding $version at /en/$version..."

0 commit comments

Comments
 (0)