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: pages:
stage: deploy stage: deploy
script: script:
- mkdir .public - echo 'Nothing to do...'
- cp -r * .public
- mv .public public
artifacts: artifacts:
paths: paths:
- public - public
......
...@@ -29,9 +29,7 @@ defined in [`.gitlab-ci.yml`](.gitlab-ci.yml): ...@@ -29,9 +29,7 @@ defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdir .public - echo 'Nothing to do...'
- cp -r * .public
- mv .public public
artifacts: artifacts:
paths: paths:
- public - public
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment