diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 296a295..db14a54 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,9 @@ jobs: pages: write id-token: write steps: - - id: deployment - uses: sphinx-notes/pages@v3 - with: - checkout: false + - name: Check out code + uses: actions/checkout@v2 + - id: deployment + uses: sphinx-notes/pages@v3 + with: + checkout: false