We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3a7b6 commit 93c69a0Copy full SHA for 93c69a0
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: Knative Tutorial
2
3
on:
4
release:
5
- types: [published]
+ types: [published,released]
6
env:
7
SITE_DIR: "gh-pages"
8
site.yml
@@ -9,13 +9,13 @@ site:
9
content:
10
sources:
11
- url: [email protected]:redhat-developer-demos/knative-tutorial.git
12
- tags: v1.13.2
+ tags: v1.13.3
13
branches: []
14
start_path: documentation
15
asciidoc:
16
attributes:
17
tutorial-namespace: knativetutorial
18
- branch: v1.13.2
+ branch: v1.13.3
19
workshop-domain: guru.devx.red
20
minikube-version: v1.17.1
21
openshift-version: v4.6
0 commit comments