Update .gitlab-ci.yml

This commit is contained in:
eric
2021-11-21 05:27:48 +00:00
parent 4c44eb1595
commit bbb685d765

View File

@@ -15,6 +15,9 @@ build-stage:
script:
- hugo
- ls
artifacts:
paths:
- public
deploy-stage:
stage: deploy