mirror of
https://gitlab.com/siarp/siarp.de.git
synced 2026-08-08 03:28:18 +00:00
add gitlab ci file for gitlab pages hosting
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user