aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2022-12-21 20:26:32 +0100
committerHenrik Tjäder <henrik@tjaders.com>2022-12-21 20:26:32 +0100
commit5fce80b24322448ca702332a550f967b6e8a8b07 (patch)
treef3dcce239a157f4f70eda0570221faf309202605 /.github/workflows/build.yml
parentd3dcb66511750b8e5f192f001e9db7d79c511b92 (diff)
Docs: fancier meeting redirect
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
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