mirror of
https://gitlab.com/MisterBiggs/julia-for-matlabbers.git
synced 2025-06-15 22:56:44 +00:00
add pages
This commit is contained in:
parent
98d85e40d4
commit
1c354dd0d4
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- mkdir .public
|
||||||
|
- cp -r * .public
|
||||||
|
- mv .public public
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user