chore(deps): update jamesives/github-pages-deploy-action action to v4
This commit is contained in:
parent
f330aa2c0b
commit
f5f2ce1e8c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
if: matrix.version == 'stable' && (github.repository == 'realaravinth/actix-web-codegen-const-routes')
|
if: matrix.version == 'stable' && (github.repository == 'realaravinth/actix-web-codegen-const-routes')
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: JamesIves/github-pages-deploy-action@v4.6.1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
|
|
Loading…
Add table
Reference in a new issue