mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #579
579: CI: Add link to HackMD to rtic.rs/meeting/ r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se>
This commit is contained in:
commit
dcba1a55dd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -536,6 +536,10 @@ jobs:
|
||||||
mkdir -p $td/$devver/book/
|
mkdir -p $td/$devver/book/
|
||||||
cp -r target/doc $td/$devver/api
|
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
|
# Redirect the main site to the stable release
|
||||||
sed "s|URL|$stable|g" redirect.html > $td/index.html
|
sed "s|URL|$stable|g" redirect.html > $td/index.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue