From 7f523bcdbbcc815c9b288384efc128278321a22f Mon Sep 17 00:00:00 2001 From: Ottatop <120758733+Ottatop@users.noreply.github.com> Date: Wed, 25 Oct 2023 04:41:00 -0500 Subject: [PATCH] Remove deploy condition --- .github/workflows/rustdoc.yml | 1 - 1 file changed, 1 deletion(-) 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 }}