chore: don't include .gitkeep in artifacts
This commit is contained in:
parent
d6e02406d8
commit
261ac832b2
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ build site:
|
||||||
script:
|
script:
|
||||||
- yarn install --cache-folder .yarn
|
- yarn install --cache-folder .yarn
|
||||||
- yarn build
|
- yarn build
|
||||||
|
- rm dist/.gitkeep # Necessary because `/public` is empty at the moment
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue