Publish website via GitLab pages (stage deploy)
This commit is contained in:
parent
b855847538
commit
3182ac305c
|
@ -3,7 +3,7 @@ before_script:
|
|||
- apt-get -y -qq install graphviz ghostscript
|
||||
|
||||
pages:
|
||||
phase: deploy
|
||||
stage: deploy
|
||||
script:
|
||||
- make
|
||||
- if test -e public; then mv public public.old; fi && mv artifacts public
|
||||
|
|
Loading…
Reference in New Issue
Block a user