Skip to content

Commit d2fd8be

Browse files
prepare 0.14 release
1 parent b2a54e6 commit d2fd8be

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Knative Tutorial
33
on:
44
push:
55
branches:
6-
- release/v0.12.x
6+
- release/v0.14.x
77
env:
88
SITE_DIR: 'gh-pages'
99
jobs:

site.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,32 @@ content:
1010
sources:
1111
- url: git@github.com:redhat-developer-demos/knative-tutorial.git
1212
tags: []
13-
branches: release/v0.12.x
13+
branches: release/v0.14.x
1414
start_path: documentation
1515
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-serving.git
1616
tags: []
17-
branches: release/v0.12.x
17+
branches: release/v0.14.x
1818
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-eventing.git
1919
tags: []
20-
branches: release/v0.12.x
20+
branches: release/v0.14.x
2121
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-camelk.git
2222
tags: []
23-
branches: release/v0.12.x
23+
branches: release/v0.14.x
2424
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-advanced.git
2525
tags: []
26-
branches: release/v0.12.x
26+
branches: release/v0.14.x
2727
asciidoc:
2828
attributes:
2929
tutorial-namespace: knativetutorial
3030
title: Knative Tutorial
3131
release-version: master
3232
extensions:
33-
- ./lib/copy-to-clipboard.js
33+
- ./lib/remote-include-processor.js
3434
- ./lib/tab-block.js
3535
ui:
3636
bundle:
37-
url: https://github.com/redhat-developer-demos/rhd-tutorial-ui/releases/download/v0.0.4/ui-bundle.zip
38-
supplemental_files:
39-
- path: ./supplemental-ui
40-
- path: .nojekyll
41-
- path: ui.yml
42-
contents: "static_files: [ .nojekyll ]"
37+
url: https://github.com/redhat-developer-demos/rhd-tutorial-ui/releases/download/v0.1.9/ui-bundle.zip
38+
snapshot: true
39+
supplemental_files: ./supplemental-ui
4340
output:
4441
dir: ./gh-pages

0 commit comments

Comments
 (0)