From 8c98326e31545a0eda07f21faef14ffa5d29c4ff Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 6 Sep 2022 02:24:09 +0200 Subject: [PATCH] Fix netlify demo deploy (#13611) --- .github/workflows/demo.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/demo.yaml b/.github/workflows/demo.yaml index 68c9d6e0c2..4fba07acb0 100644 --- a/.github/workflows/demo.yaml +++ b/.github/workflows/demo.yaml @@ -27,9 +27,7 @@ jobs: - name: Build Demo run: ./node_modules/.bin/gulp build-demo - name: Deploy to Netlify - uses: netlify/actions/cli@master + run: npx netlify-cli deploy --dir=demo/dist --prod env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_DEMO_DEV_SITE_ID }} - with: - args: deploy --dir=demo/dist --prod