diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-12-21 19:50:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-21 19:50:35 +0000 |
| commit | 0f823132bf23cc2bde343b0192565f23504f5c67 (patch) | |
| tree | 76da0455ff26b6cdb73d83be755b00a5653878e6 /.github/workflows | |
| parent | d3dcb66511750b8e5f192f001e9db7d79c511b92 (diff) | |
| parent | 171e915696ef9e065c22724e06a756f47fddc544 (diff) | |
Merge #671
671: Docs: fancier meeting redirect r=perlindgren a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to '.github/workflows')
| -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 |
