We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc4e9b commit 5bc9d4eCopy full SHA for 5bc9d4e
.github/workflows/docs.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
- - podman
+ - v1.0
8
env:
9
SITE_DIR: "gh-pages"
10
jobs:
dev-site.yml
@@ -9,7 +9,7 @@ site:
content:
sources:
11
- url: .
12
- branches: [master, podman]
+ branches: [master, v1.0]
13
start_path: documentation
14
asciidoc:
15
attributes:
site.yml
0 commit comments