File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Knative Tutorial
33on :
44 push :
55 branches :
6- - release-v1.13.*
6+ - release-v1.13.0
77env :
88 SITE_DIR : " gh-pages"
99
2222 id : deploy_site
2323 uses : peaceiris/actions-gh-pages@v3
2424 with :
25- deploy_key : " ${{ secrets.TKN_STAGING_SITE_DEPLOY }}"
25+ # deploy_key: "${{ secrets.TKN_STAGING_SITE_DEPLOY }}"
26+ github_token : ${{ secrets.GITHUB_TOKEN }}
2627 publish_dir : " ${{ env.SITE_DIR }}"
2728 publish_branch : " gh-pages"
2829 full_commit_message : " [CI]${{ github.event.head_commit.message }}"
Original file line number Diff line number Diff line change 11# Knative Tutorial - Introduction to Knative
22
3- ![ Knative Tutorial] ( https://github.com/redhat-developer-demos/knative-tutorial/workflows/Knative%20Tutorial/badge.svg ) [ ![ Knative Serving v0.17 ] ( https://img.shields.io/badge/Knative%20Serving-v0.17 -blue )] ( https://knative.dev/docs/serving/ )
4- [ ![ Knative Eventing v0.17 ] ( https://img.shields.io/badge/Knative%20Eventing-v0.17 -blue )] ( https://knative.dev/docs/eventing/ )
3+ ![ Knative Tutorial] ( https://github.com/redhat-developer-demos/knative-tutorial/workflows/Knative%20Tutorial/badge.svg ) [ ![ Knative Serving v0.19 ] ( https://img.shields.io/badge/Knative%20Serving-v0.19 -blue )] ( https://knative.dev/docs/serving/ )
4+ [ ![ Knative Eventing v0.19 ] ( https://img.shields.io/badge/Knative%20Eventing-v0.19 -blue )] ( https://knative.dev/docs/eventing/ )
55 [ ![ Strimzi Kafka] ( https://img.shields.io/badge/Strimzi%20Kafka-v0.20.0-blue )] ( https://strimzi.io )
6- [ ![ Apache Camel-K] ( https://img.shields.io/badge/Apache%20Camel--K-v1.2.0 -blue )] ( https://camel.apache.org/camel-k/latest/ )
7- [ ![ OpenShift Serverless] ( https://img.shields.io/badge/OpenShift%20Serverless-v1.11 -blue )] ( https://www.openshift.com/learn/topics/serverless )
6+ [ ![ Apache Camel-K] ( https://img.shields.io/badge/Apache%20Camel--K-v1.3.1 -blue )] ( https://camel.apache.org/camel-k/latest/ )
7+ [ ![ OpenShift Serverless] ( https://img.shields.io/badge/OpenShift%20Serverless-v1.13 -blue )] ( https://www.openshift.com/learn/topics/serverless )
88
99## Documentation
1010
You can’t perform that action at this time.
0 commit comments