CI: Add link to HackMD to rtic.rs/meeting/

This commit is contained in:
Henrik Tjäder 2022-01-04 19:38:57 +01:00
parent 8cff6827d1
commit fcc412dfb9

View file

@ -536,6 +536,10 @@ jobs:
mkdir -p $td/$devver/book/
cp -r target/doc $td/$devver/api
# Redirect rtic.rs/meeting/index.html to hackmd
mkdir $td/meeting
sed "s|URL|https://hackmd.io/c_mFUZL-Q2C6614MlrrxOg|g" redirect.html > $td/meeting/index.html
# Redirect the main site to the stable release
sed "s|URL|$stable|g" redirect.html > $td/index.html