1
0
mirror of https://gitlab.com/MisterBiggs/julia-for-matlabbers.git synced 2025-06-16 07:06:48 +00:00

Merge branch 'master' of gitlab.com:MisterBiggs/julia-for-matlabbers

This commit is contained in:
Anson Biggs 2021-07-17 12:51:29 -07:00
commit bf3a992532

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public