Delete .gitlab-ci.yml
This commit is contained in:
parent
415573828f
commit
4408c4c97f
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
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