mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: Add link to HackMD to rtic.rs/meeting/
This commit is contained in:
parent
8cff6827d1
commit
fcc412dfb9
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/
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue