Skip to content

Commit

Permalink
ci(deps): update jamesives/github-pages-deploy-action action to v4.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 29, 2024
1 parent ef74132 commit e608e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: tj-actions/branch-names@v8
- name: Deploy website
if: ${{ github.event_name != 'pull_request' && steps.branch-name.outputs.is_default == 'true' }}
uses: JamesIves/github-pages-deploy-action@v4.6.7
uses: JamesIves/github-pages-deploy-action@v4.6.8
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down

0 comments on commit e608e5d

Please sign in to comment.