mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Docs: fancier meeting redirect
This commit is contained in:
parent
d3dcb66511
commit
5fce80b243
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -429,6 +429,8 @@ jobs:
|
|||
# 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
|
||||
sed -i "s|Page Redirection|RTIC Meeting|" $td/meeting/index.html
|
||||
sed -i "s|If you|Redirecting to RTIC HackMD. If you|" $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