Files
plain-html-redo/.gitlab-ci.yml
Achilleas Pipinellis a333ce67b8 Update .gitlab-ci.yml
2021-09-15 07:26:45 +00:00

13 lines
172 B
YAML

image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
expire_in: 1 day
only:
- $CI_DEFAULT_BRANCH