code / gitlab-ci.yml
Laura Wagner
to commit or not commit that is the question
5f5806d
raw
history blame contribute delete
155 Bytes
# .gitlab-ci.yml
pages:
stage: deploy
script:
- echo "Nothing to build, serving public/"
artifacts:
paths:
- public
only:
- main