Publish website via GitLab pages (phase deploy)

This commit is contained in:
Georges Dupéron 2019-03-09 00:08:44 +01:00
parent 30c2352e91
commit b855847538

View File

@ -3,6 +3,7 @@ before_script:
- apt-get -y -qq install graphviz ghostscript
pages:
phase: deploy
script:
- make
- if test -e public; then mv public public.old; fi && mv artifacts public