Skip to content

Commit b935f1a

Browse files
committed
add missing eventing module
1 parent da3cfee commit b935f1a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

staging.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
_CURR_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
44
rm -rf ./gh-pages .cache
55

6-
antora --pull --stacktrace staging.yaml
7-
8-
open gh-pages/index.html
6+
antora --pull --stacktrace staging.yaml

staging.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ content:
1414
start_path: documentation
1515
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-serving.git
1616
tags: []
17+
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-eventing.git
18+
tags: []
1719
branches: master
1820
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-camelk.git
1921
tags: []

0 commit comments

Comments
 (0)