We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3cfee commit b935f1aCopy full SHA for b935f1a
2 files changed
staging.sh
@@ -3,6 +3,4 @@
3
_CURR_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
4
rm -rf ./gh-pages .cache
5
6
-antora --pull --stacktrace staging.yaml
7
-
8
-open gh-pages/index.html
+antora --pull --stacktrace staging.yaml
staging.yaml
@@ -14,6 +14,8 @@ content:
14
start_path: documentation
15
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-serving.git
16
tags: []
17
+ - url: git@github.com:redhat-developer-demos/knative-tutorial-module-eventing.git
18
+ tags: []
19
branches: master
20
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-camelk.git
21
0 commit comments