Forum | Documentation | Website | Blog

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

CI: fix syntax error

parent 5e19cb01
No related merge requests found
...@@ -65,9 +65,9 @@ cat <<HERE > public/index.html ...@@ -65,9 +65,9 @@ cat <<HERE > public/index.html
<p>Please follow <a href="latest/">this link</a>.</p> <p>Please follow <a href="latest/">this link</a>.</p>
</body> </body>
</html> </html>
fi
cp public/index.html /var/www/docs
HERE HERE
cp public/index.html /var/www/docs
fi
sphinx-build -b html . public/$GIT_BRANCH/ sphinx-build -b html . public/$GIT_BRANCH/
sphinx-build -M latexpdf . public/$GIT_BRANCH/ sphinx-build -M latexpdf . public/$GIT_BRANCH/
cp public/$GIT_BRANCH/latex/beagleboard-docs.pdf public/$GIT_BRANCH/beagleboard-docs-$CI_COMMIT_TAG.pdf cp public/$GIT_BRANCH/latex/beagleboard-docs.pdf public/$GIT_BRANCH/beagleboard-docs-$CI_COMMIT_TAG.pdf
......
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