File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 npm run build
2020
2121 - name : Deploy
22- uses : JamesIves/github-pages-deploy-action@v4.4 .3
22+ uses : JamesIves/github-pages-deploy-action@v4.7 .3
2323 with :
2424 branch : gh-pages # The branch the action should deploy to.
2525 folder : out # The folder the action should deploy.
Original file line number Diff line number Diff line change 2424 - name : Deploy Preview
2525 # Only run this job if the repository is NOT a fork and the actor is not dependabot or renovate
2626 if : ${{ github.event.pull_request.head.repo.full_name == github.repository && !(github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]') }}
27- uses : JamesIves/github-pages-deploy-action@v4.4 .3
27+ uses : JamesIves/github-pages-deploy-action@v4.7 .3
2828 with :
2929 branch : gh-pages
3030 folder : out
You can’t perform that action at this time.
0 commit comments