Skip to content
Snippets Groups Projects
Commit 86c71e10 authored by winniehell's avatar winniehell
Browse files

Move index.html to simplify .gitlab-ci.yml

parent ceb3785a
No related branches found
No related tags found
No related merge requests found
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
- master
......@@ -29,9 +29,7 @@ defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- echo 'Nothing to do...'
artifacts:
paths:
- public
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment