chore: don't include .gitkeep in artifacts

This commit is contained in:
Tomáš Mládek 2022-07-26 20:00:41 +02:00
parent d6e02406d8
commit 261ac832b2

View file

@ -8,6 +8,7 @@ build site:
script:
- yarn install --cache-folder .yarn
- yarn build
- rm dist/.gitkeep # Necessary because `/public` is empty at the moment
cache:
key: ${CI_COMMIT_REF_SLUG}
paths: