diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2022-12-21 20:26:32 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2022-12-21 20:26:32 +0100 |
| commit | 5fce80b24322448ca702332a550f967b6e8a8b07 (patch) | |
| tree | f3dcce239a157f4f70eda0570221faf309202605 /.github | |
| parent | d3dcb66511750b8e5f192f001e9db7d79c511b92 (diff) | |
Docs: fancier meeting redirect
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16d8a28..3de9586 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 |
