diff --git a/.github/workflows/godot-ci.yml b/.github/workflows/godot-ci.yml index 85e7462..bc3d0dc 100644 --- a/.github/workflows/godot-ci.yml +++ b/.github/workflows/godot-ci.yml @@ -54,6 +54,9 @@ jobs: # Grants permissions required to write to gh-pages branch. contents: write steps: + # We still need this checkout because github-pages-deploy-action expects it. + - name: Checkout + uses: actions/checkout@v2 - name: Download Artifact uses: actions/download-artifact@v2 with: