diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e6f88c..0891448 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,8 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + with: + name: docs pypi-publish: runs-on: ubuntu-latest