From: Sebastián Ramírez Date: Sun, 19 Jul 2020 20:27:32 +0000 (+0200) Subject: ⬆ Upgrade Deploy to Netlify action X-Git-Tag: 0.60.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14e7f7c1f435aeed5197b3faf88346d916fda16f;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Upgrade Deploy to Netlify action --- diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index e1c89079ed..687112c7a1 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