Skip to content
Snippets Groups Projects
Commit 7129f351 authored by David Bergström's avatar David Bergström
Browse files

Fix bug in gitlab ci

parent bb005573
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,10 @@ pages:
- cd ../docs
- make html
- cd ..
- mkdir public
- cp -r docs/_build/html/* public
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment