Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 51b46bc8 authored by Jason Kridner's avatar Jason Kridner
Browse files

CI: disable /latest link for now

It isn't working
parent 30f3f2fd
Branches
No related merge requests found
......@@ -2,11 +2,11 @@ image: beagle/sphinx-build-env:latest
on_latest:
script:
- sphinx-build -b html . public/latest/
- sphinx-build -M latexpdf . public/latest/
- mv public/latest/latex/beagleboard-docs.pdf public/latest/
- echo "/ /latest/ 302" > public/_redirects
- rm -rf public/latest/latex
- rm -rf public
- sphinx-build -b html . public
- sphinx-build -M latexpdf . public
- mv public/latex/beagleboard-docs.pdf public
- rm -rf public/latex
artifacts:
name: "latest"
paths:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment