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:
|
||||
- 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:
|
||||
|
|
Loading…
Reference in a new issue