ci(ga): remove deps install from netlify step

This commit is contained in:
MDLeom 2022-03-14 21:07:25 +00:00
parent 5bb7f455d2
commit 2aac4dd1c6
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
if: ${{ env.NETLIFY_SITE_ID != 0 && env.GITLAB_STATUS == 'down' }}
run: |
npm install
npm install netlify-cli -g
netlify --telemetry-disable
netlify deploy --dir=public --prod