/ ‘.gitlab-ci.yml’
This commit is contained in:
parent
8b8301ac8a
commit
e1534725b9
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue