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
|
||||
- name: Deploy
|
||||
if: ${{ ! github.base_ref }}
|
||||
uses: JamesIves/github-pages-deploy-action@4.4.1
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: master
|
||||
|
|
Reference in New Issue