From 14e7f7c1f435aeed5197b3faf88346d916fda16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 19 Jul 2020 22:27:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Upgrade=20Deploy=20to=20Netlify=20a?= =?UTF-8?q?ction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/preview-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index e1c89079e..687112c7a 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -23,7 +23,7 @@ jobs: run: bash ./scripts/unzip-docs.sh - name: Deploy to Netlify id: netlify - uses: nwtgck/actions-netlify@v1.0.3 + uses: nwtgck/actions-netlify@v1.1.5 with: publish-dir: './site' production-deploy: false