diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32fbdcc6..01d770f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,13 +154,6 @@ jobs: RUSTDOCFLAGS: --cfg docsrs -D warnings --show-type-layout --generate-link-to-definition --enable-index-page -Zunstable-options - - name: Deploy documentation - uses: peaceiris/actions-gh-pages@v3 - if: github.event_name == 'push' && github.ref == 'refs/heads/main' - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: target/doc - force_orphan: true fmt: runs-on: ubuntu-latest