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