Skip to content

Commit

Permalink
One more attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Jun 12, 2024
1 parent 99877dc commit dcf7328
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,13 @@ 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'
author_name: 'GitHub Actions'
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
Expand Down

0 comments on commit dcf7328

Please sign in to comment.