From 7faf7464bb269be3c9441e69c5f232c07718adc5 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Fri, 22 Mar 2024 12:55:38 -0500 Subject: [PATCH] Update documenter.yml --- .github/workflows/documenter.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/documenter.yml b/.github/workflows/documenter.yml index 4a0b00e..79eff99 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -22,8 +22,6 @@ jobs: Documenter: name: Documentation runs-on: ubuntu-22.04 - # Run on push's or non-draft PRs - if: (github.event_name == 'push') || (github.event.pull_request.draft == false) steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1