/ ‘.gitlab-ci.yml’

This commit is contained in:
Dooho Yi 2020-04-12 16:26:39 +09:00
parent 8b8301ac8a
commit e1534725b9

View file

@ -20,6 +20,8 @@ test:
- apk update && apk add make - apk update && apk add make
- pip install -r requirements.txt - pip install -r requirements.txt
- make publish - make publish
- rm -rf /site-public/pelican
- cp -r output /site-public/pelican
only: only:
- branches - branches
except: except: