diff --git a/.github/workflows/rustdoc.yml b/.github/workflows/rustdoc.yml index 695d226..3216823 100644 --- a/.github/workflows/rustdoc.yml +++ b/.github/workflows/rustdoc.yml @@ -27,7 +27,6 @@ jobs: - name: Create index.html run: echo "" > ./api/rust/target/doc/index.html - name: Deploy - if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }} uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }}