only include minified files in artifact
This commit is contained in:
parent
c942c42bf6
commit
12838e31ee
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ build_job:
|
||||||
- tags
|
- tags
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/
|
- dist/*.min.*
|
||||||
- info/
|
- info/
|
||||||
- resources/
|
- resources/
|
||||||
- index.html
|
- index.html
|
||||||
|
|
Loading…
Reference in a new issue