From 9ed6f1e419056000d4d3db68faa77236b6709f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 19 Jul 2020 22:22:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20custom=20GitHub=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/preview-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index c46630c61..e1c89079e 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -1,4 +1,4 @@ -name: Deploy Docs +name: Preview Docs on: workflow_dispatch: inputs: @@ -13,6 +13,7 @@ jobs: deploy: runs-on: ubuntu-18.04 steps: + - uses: actions/checkout@v2 - uses: ./.github/actions/get-artifact with: token: ${{ secrets.GITHUB_TOKEN }}