mirror of
https://gitlab.com/andybalaam/htmlslides.git
synced 2025-07-31 14:26:14 +00:00
Add .gitlab-ci.yml
This commit is contained in:
parent
04ebf70502
commit
a0713211cc
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir .public
|
||||
- cp -r *.html *.css *.js .public/
|
||||
- mv .public public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
Loading…
x
Reference in New Issue
Block a user