diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc42630..83a90c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,6 +198,11 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.x' + + - name: Download docs + uses: actions/download-artifact@v4 + with: + name: docs - name: Deploy to GitHub Pages if: env.SKIP == 'false'