ci: Fix redirects.

This commit is contained in:
Justus Winter 2024-01-08 18:46:06 +01:00
parent befb3e270e
commit f9981e6e3e
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -251,8 +251,8 @@ pages:
- pandoc -s -o public/subplot/sq-subplot.pdf sq-subplot.md
- echo "/sequoia-sq/ /sequoia-sq/man/sq.1.html 302" > public/_redirects
- echo "/sequoia-sq/impl /sequoia-sq/impl/sq/index.html 302" > public/_redirects
- echo "/sequoia-sq/man /sequoia-sq/man/sq.1.html 302" > public/_redirects
- echo "/sequoia-sq/impl /sequoia-sq/impl/sq/index.html 302" >> public/_redirects
- echo "/sequoia-sq/man /sequoia-sq/man/sq.1.html 302" >> public/_redirects
- echo "/sequoia-sq/subplot /sequoia-sq/subplot/sq-subplot.html 302" >> public/_redirects
artifacts:
paths: