Skip to content

Commit 93c69a0

Browse files
committed
fix: release site CI to run on release
1 parent ee3a7b6 commit 93c69a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Knative Tutorial
22

33
on:
44
release:
5-
types: [published]
5+
types: [published,released]
66
env:
77
SITE_DIR: "gh-pages"
88

site.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ site:
99
content:
1010
sources:
1111
- url: [email protected]:redhat-developer-demos/knative-tutorial.git
12-
tags: v1.13.2
12+
tags: v1.13.3
1313
branches: []
1414
start_path: documentation
1515
asciidoc:
1616
attributes:
1717
tutorial-namespace: knativetutorial
18-
branch: v1.13.2
18+
branch: v1.13.3
1919
workshop-domain: guru.devx.red
2020
minikube-version: v1.17.1
2121
openshift-version: v4.6

0 commit comments

Comments
 (0)