chore: don't include .gitkeep in artifacts

wip/tools
Tomáš Mládek 2022-07-26 20:00:41 +02:00
parent d6e02406d8
commit 261ac832b2
1 changed files with 1 additions and 0 deletions

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: