Skip to content

Commit f322ce0

Browse files
chore(deps): bump JamesIves/github-pages-deploy-action (#1574)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@4.1.2...4.1.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afb176f commit f322ce0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
yarn build:storybook
4747
4848
- name: Deploy 🚀
49-
uses: JamesIves/github-pages-deploy-action@4.1.2
49+
uses: JamesIves/github-pages-deploy-action@4.1.3
5050
with:
5151
# token: ${{ secrets.ACCESS_TOKEN }} # maybe the default github access token is now sufficient?
5252
branch: gh-pages # The branch the action should deploy to.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: yarn build:storybook
5454

5555
- name: Deploy Next Docs
56-
uses: JamesIves/github-pages-deploy-action@4.1.2
56+
uses: JamesIves/github-pages-deploy-action@4.1.3
5757
with:
5858
branch: gh-pages # The branch the action should deploy to.
5959
folder: .out # The folder the action should deploy.

0 commit comments

Comments
 (0)