Skip to content

Commit

Permalink
Upgrade GitHub Action to avoid single-commit bug
Browse files Browse the repository at this point in the history
As discussed in JamesIves/github-pages-deploy-action#807 `github-pages-deploy-action' had a bug when using `single-commit'.

Upgrading to 4.1.5 fixed that behaviour.
  • Loading branch information
ooxi committed Aug 29, 2021
1 parent 7daecf4 commit 1b245a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npx --package mini-cross@0.15.2 mc --no-tty website make -C gerbv.github.io

- name: Deploy gerbv.github.io
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
repository-name: gerbv/gerbv.github.io
branch: gh-pages
Expand Down

0 comments on commit 1b245a8

Please sign in to comment.