From: Sebastián Ramírez Date: Sun, 19 Jul 2020 20:22:25 +0000 (+0200) Subject: 🐛 Fix custom GitHub action X-Git-Tag: 0.60.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed6f1e419056000d4d3db68faa77236b6709f4a;p=thirdparty%2Ffastapi%2Ffastapi.git 🐛 Fix custom GitHub action --- diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index c46630c61c..e1c89079ed 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 }}