Skip to content
Snippets Groups Projects
Commit 395cd30a authored by Luca Lenz's avatar Luca Lenz
Browse files

Update .gitlab-ci.yml file

parent 32aecd2d
No related branches found
No related tags found
No related merge requests found
pages:
script:
- mkdir .public
- cp -r docs/build/* .public
- mv .public public
- cp -r docs/build/* public
artifacts:
paths:
- 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