Skip to content

Commit

Permalink
Merge pull request #10 from arokem/merge_actions2
Browse files Browse the repository at this point in the history
One more attempt.
  • Loading branch information
arokem authored Jun 12, 2024
2 parents 99877dc + dcf7328 commit eea0d63
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/[email protected]
with:
branch: gh-pages
Expand Down

0 comments on commit eea0d63

Please sign in to comment.