Update .gitlab-ci.yml file
This commit is contained in:
parent
02923b8657
commit
b8363ac0e7
|
@ -0,0 +1,13 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
image: screenplain:latest
|
||||
stage: build
|
||||
only:
|
||||
- main
|
||||
artifacts:
|
||||
paths:
|
||||
- ScreenPlay/
|
||||
script:
|
||||
screenplain holyloop.fountain ScreenPlay/holyloop.pdf
|
Loading…
Reference in New Issue