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

docs: fix primary docs path

parent d3dee5e3
No related branches found
No related tags found
1 merge request!755docs: fix primary docs path
Pipeline #13326 passed
......@@ -72,7 +72,7 @@ pages:
- mkdir public
- cd docs
- make versionedhtml
- cp -r _build/$(git branch --sort=version:refname | tail -n1)/* _build/
- cp -r _build/$(git branch --sort=version:refname | tail -n1 | sed -e 's/..//')/* _build/
- python redirects.py
- cp -r _build/* ../public/
- find ../public/
......
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