File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
34
34
35
35
- name : Deploy 🚀
36
- uses : JamesIves/github-pages-deploy-action@4.1.1
36
+ uses : JamesIves/github-pages-deploy-action@4.5.0
37
37
with :
38
38
branch : gh-pages
39
39
folder : website/dist
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
apt-get update && apt-get install -y rsync
113
113
114
114
- name : Update data
115
- uses : JamesIves/github-pages-deploy-action@v4.4.1
115
+ uses : JamesIves/github-pages-deploy-action@v4.5.0
116
116
if : github.event.inputs.updateData == 'yes'
117
117
with :
118
118
branch : gh-pages
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
apt-get update && apt-get install -y rsync
118
118
119
119
- name : Update data
120
- uses : JamesIves/github-pages-deploy-action@v4.4.1
120
+ uses : JamesIves/github-pages-deploy-action@v4.5.0
121
121
with :
122
122
branch : gh-pages
123
123
folder : data
You can’t perform that action at this time.
0 commit comments