Skip to content
Snippets Groups Projects
Commit aeaa90bc authored by David Hendriks's avatar David Hendriks
Browse files

Modified the script

parent 5112e553
No related branches found
Tags archive/gitlab_pages
No related merge requests found
Pipeline #30200 passed
...@@ -2,9 +2,10 @@ image: ruby:2.6 ...@@ -2,9 +2,10 @@ image: ruby:2.6
pages: pages:
script: script:
- echo "Nothing to do.." - mkdir public
- cp -r docs/build/html/* public/
artifacts: artifacts:
paths: paths:
- docs/build/html - public
only: only:
- gitlab_pages - gitlab_pages
\ No newline at end of file
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