rename gitlab-ci
This commit is contained in:
parent
b964d49444
commit
415573828f
1 changed files with 22 additions and 0 deletions
22
gitlab-ci.yml
Normal file
22
gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
image: debian:latest
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- bash ./bin/debian_pandoc.sh >/dev/null
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- bash ./bin/generate_html.sh
|
||||||
|
only:
|
||||||
|
- branches
|
||||||
|
- tags
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- bash ./bin/generate_html.sh
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
||||||
Loading…
Add table
Add a link
Reference in a new issue