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 93c69a0 commit 754d08dCopy full SHA for 754d08d
.github/workflows/main.yml
@@ -2,7 +2,8 @@ name: Knative Tutorial
2
3
on:
4
release:
5
- types: [published,released]
+ types:
6
+ - released
7
env:
8
SITE_DIR: "gh-pages"
9
site.yml
@@ -9,13 +9,13 @@ site:
content:
10
sources:
11
- url: [email protected]:redhat-developer-demos/knative-tutorial.git
12
- tags: v1.13.3
+ tags: v1.13.4
13
branches: []
14
start_path: documentation
15
asciidoc:
16
attributes:
17
tutorial-namespace: knativetutorial
18
- branch: v1.13.3
+ branch: v1.13.4
19
workshop-domain: guru.devx.red
20
minikube-version: v1.17.1
21
openshift-version: v4.6
0 commit comments