utilise un répertoire public comme le souhaite gitlab

This commit is contained in:
Yannick Francois
2020-02-11 22:48:05 +01:00
parent 2c04b80e15
commit e50fed5030
+2 -2
View File
@@ -3,9 +3,9 @@ image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
- mv content public
artifacts:
paths:
- content
- public
only:
- master