Skip to content

Commit

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

Update JamesIves/github-pages-deploy-action action to v4.4.2
  • Loading branch information
github-actions[bot] committed May 31, 2023
2 parents 1e7c658 + 9dba0d7 commit 2b5af9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages # The branch the action should deploy to.
folder: out # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Deploy Preview
if: ${{github.event_name == 'pull_request' && !(github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]')}}
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages
folder: out
Expand Down

0 comments on commit 2b5af9f

Please sign in to comment.