Skip to content

Commit

Permalink
Merge pull request #98 from hoc081098/renovate/jamesives-github-pages…
Browse files Browse the repository at this point in the history
…-deploy-action-4.x

chore(deps): update jamesives/github-pages-deploy-action action to v4.3.4
  • Loading branch information
hoc081098 authored Jun 26, 2022
2 parents d8faeb8 + 6c18cd3 commit 8cf68f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'hoc081098/FlowExt' && matrix.os == 'macos-11' }}
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/dokka/html # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ matrix.os == 'macos-11' }}
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/dokka/html # The folder the action should deploy.
Expand Down

0 comments on commit 8cf68f7

Please sign in to comment.