CI: fix JamesIves/github-pages-deploy-action version
This commit is contained in:
parent
3e3e98db66
commit
211e4c1c28
|
@ -30,7 +30,7 @@ jobs:
|
||||||
run: ./.ci/build.sh
|
run: ./.ci/build.sh
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
if: ${{ ! github.base_ref }}
|
if: ${{ ! github.base_ref }}
|
||||||
uses: JamesIves/github-pages-deploy-action@4.4.1
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in New Issue