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 19
19
npm run build
20
20
21
21
- name : Deploy
22
- uses : JamesIves/github-pages-deploy-action@v4.4 .3
22
+ uses : JamesIves/github-pages-deploy-action@v4.7 .3
23
23
with :
24
24
branch : gh-pages # The branch the action should deploy to.
25
25
folder : out # The folder the action should deploy.
Original file line number Diff line number Diff line change 24
24
- name : Deploy Preview
25
25
# Only run this job if the repository is NOT a fork and the actor is not dependabot or renovate
26
26
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
28
28
with :
29
29
branch : gh-pages
30
30
folder : out
You can’t perform that action at this time.
0 commit comments