rename gitlab-ci

This commit is contained in:
tengel 2024-03-20 11:13:10 -05:00
parent b964d49444
commit 415573828f

22
gitlab-ci.yml Normal file
View 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