Skip to content

Commit

Permalink
fix: release site CI to run on release
Browse files Browse the repository at this point in the history
  • Loading branch information
kameshsampath committed Mar 6, 2021
1 parent ee3a7b6 commit 93c69a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Knative Tutorial

on:
release:
types: [published]
types: [published,released]
env:
SITE_DIR: "gh-pages"

Expand Down
4 changes: 2 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ site:
content:
sources:
- url: git@github.com:redhat-developer-demos/knative-tutorial.git
tags: v1.13.2
tags: v1.13.3
branches: []
start_path: documentation
asciidoc:
attributes:
tutorial-namespace: knativetutorial
branch: v1.13.2
branch: v1.13.3
workshop-domain: guru.devx.red
minikube-version: v1.17.1
openshift-version: v4.6
Expand Down

0 comments on commit 93c69a0

Please sign in to comment.