Skip to content

Commit 5bc9d4e

Browse files
committed
new master branch
1 parent 6fc4e9b commit 5bc9d4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- podman
7+
- v1.0
88
env:
99
SITE_DIR: "gh-pages"
1010
jobs:

dev-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ site:
99
content:
1010
sources:
1111
- url: .
12-
branches: [master, podman]
12+
branches: [master, v1.0]
1313
start_path: documentation
1414
asciidoc:
1515
attributes:

site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ site:
99
content:
1010
sources:
1111
- url: .
12-
branches: [master, podman]
12+
branches: [master, v1.0]
1313
start_path: documentation
1414

1515
asciidoc:

0 commit comments

Comments
 (0)