FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 21111962 authored by L. Bower's avatar L. Bower
Browse files

trying gitlab pages

parent 26e213c8
No related branches found
No related tags found
No related merge requests found
......@@ -283,8 +283,9 @@ pages:
stage: docs
script:
- echo "hello"
- mkdir $CI_PROJECT_DIR/docs/public
- mv -v $CI_PROJECT_DIR/docs/index.html $CI_PROJECT_DIR/docs/public
- mkdir public
- mv -v $CI_PROJECT_DIR/docs/index.html public
- ls public/
artifacts:
paths:
- $CI_PROJECT_DIR/docs/public
- 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