Fix gitlab-ci.yml, maybe?

pull/1/head
mat ess 2022-01-25 21:00:36 -05:00
parent 31cd3b9ef4
commit be639f6c3f
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@ image: alpine
pages:
script:
echo "(¬_¬')"
mkdir public
cp site/* public
artifacts:
paths:
- site
- public
only:
- master