From 1cea1bed24f00eaa2c999b23f76e6708e6f3bdc1 Mon Sep 17 00:00:00 2001 From: Fabian Gonzalez Date: Fri, 1 Sep 2023 22:00:59 -0400 Subject: [PATCH] remove extra if statement in deploy_docs action Signed-off-by: Fabian Gonzalez --- .github/workflows/deploy_docs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index f5dcd44c45..8b6d6d4277 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -57,7 +57,6 @@ jobs: - name: Deploy to GitHub Pages if: github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository == 'eraser-dev/eraser' uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3 - if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/build