mirror of
https://gitlab.com/MisterBiggs/julia-for-matlabbers.git
synced 2026-06-03 20:40:25 +00:00
Merge branch 'master' of gitlab.com:MisterBiggs/julia-for-matlabbers
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir .public
|
||||
- cp -r * .public
|
||||
- mv .public public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
||||
Reference in New Issue
Block a user