build: try a glob for the artifact path

This commit is contained in:
Alex Gleason 2023-09-18 12:00:50 -05:00
parent 07726bf25c
commit e46d83a401
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -110,7 +110,7 @@ build:
NODE_ENV: production
artifacts:
paths:
- dist/
- dist/**/*
docs-deploy:
stage: deploy