mirror of
https://gitlab.com/siarp/siarp.de.git
synced 2026-08-07 19:18:17 +00:00
11 lines
197 B
YAML
11 lines
197 B
YAML
pages:
|
|
stage: deploy
|
|
script:
|
|
# still we need a script for this file to be valid
|
|
- echo "Gitlab Pages with no deploy step needed"
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|