diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16d8a284f4..3de95864bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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