Skip to content

Commit

Permalink
iox-#482 Remove alias from export script and rephrase developer meetu…
Browse files Browse the repository at this point in the history
…p docu

Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
  • Loading branch information
mossmaurice committed Apr 14, 2021
1 parent e2df9a1 commit 3276b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An up to date list of the maintainers can be found at the [Eclipse project page]

## Bi-weekly meetup

The developer meetup happens bi-weekly every first and third Thursday from 17:00 - 18:00 CET. Everyone is welcome to join.
The developer meetup is held every first and third Thursday each month from 17:00 - 18:00 CET. Everyone is welcome to join.

You can join by using this Zoom link: https://eclipse.zoom.us/j/95918504483?pwd=RWM5Y1pkeStKVDZsU09EY1hnclREUT09

Expand Down
3 changes: 1 addition & 2 deletions tools/export-docu-to-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ WEBREPO="git@github.com:eclipse-iceoryx/iceoryx-web.git"
TYPE=${1:-local} #`local` starts a local webserver to inspect the results, `publish` pushes the generated doc to iceoryx_web
VERSION=$2
BRANCH=$3
ALIAS=$4

cd $WORKSPACE

Expand Down Expand Up @@ -84,5 +83,5 @@ if [ "$TYPE" == "publish" ]; then
git clone $WEBREPO
fi
cd $WORKSPACE/../iceoryx-web
mike deploy --branch main --config-file ../iceoryx/mkdocs.yml --push --update-aliases $VERSION $ALIAS
mike deploy --branch main --config-file ../iceoryx/mkdocs.yml --push --update-aliases $VERSION latest
fi

0 comments on commit 3276b53

Please sign in to comment.