]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🐛 Fix custom GitHub action
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 19 Jul 2020 20:22:25 +0000 (22:22 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2020 20:22:25 +0000 (22:22 +0200)
.github/workflows/preview-docs.yml

index c46630c61c52859ff06f87f8c6e658c1398d1dce..e1c89079ed026ccafc825deb543305e19bce8a3a 100644 (file)
@@ -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 }}