From dcf7328590d9f881e0f6cd7fb4d11b2021c03ced Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Wed, 12 Jun 2024 13:53:10 -0700 Subject: [PATCH] One more attempt. --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45d9cd3..ac64e66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,6 @@ jobs: if: github.event.pull_request.merged == true steps: - name: Commit poster PDF - if: github.event.pull_request.merged uses: EndBug/add-and-commit@v9 with: add: 'poster.pdf' @@ -51,7 +50,6 @@ jobs: message: 'Add poster.pdf at ${{ github.sha }}' - name: Deploy html to gh-pages - if: github.event.pull_request.merged uses: JamesIves/github-pages-deploy-action@4.1.5 with: branch: gh-pages