Skip to content
Snippets Groups Projects
Commit b7d3ca8b authored by moon2's avatar moon2 :speech_balloon:
Browse files

docs: added redirects to CI

parent 8ae7b674
No related branches found
No related tags found
1 merge request!737docs: redirects
Pipeline #13270 passed
......@@ -66,8 +66,10 @@ pages:
- mkdir public
- cd docs
- make versionedhtml
- cp -r _build/*/ ../public/
- cp -r _build/$(git tag --sort=version:refname | tail -n1)/* ../public/
- cp -r _build/$(git tag --sort=version:refname | tail -n1)/* _build/
- python redirects.py
- cp -r _build/* ../public/
- find ../public/
artifacts:
paths: ['public']
expire_in: 1d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment