This commit is contained in:
blank X 2021-06-05 18:23:47 +07:00
parent efcd924f7a
commit d763251c79
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ image: alpine:latest
pages: pages:
stage: deploy stage: deploy
script: script:
- "true" - mkdir public && mv index.html public
artifacts: artifacts:
paths: paths:
- . - public
expire_in: 1 day expire_in: 1 day
only: only:
- master - master