GitLab CI: fix empty array

This commit is contained in:
Alex Gleason 2021-09-06 23:59:19 -05:00
parent bf37bdffb8
commit bdd6093b72
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 1 deletions

View File

@ -86,8 +86,9 @@ docs-deploy:
pages:
stage: deploy
before_script: ""
before_script: []
script:
# artifacts are kept between jobs
- mv static public
variables:
NODE_ENV: production