mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1 (#6638)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
be02606118
commit
131d08e6e1
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|
||||||
- name: Deploy the docs
|
- name: Deploy the docs
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.6.9
|
uses: JamesIves/github-pages-deploy-action@v4.7.1
|
||||||
if: github.ref == 'refs/heads/trunk'
|
if: github.ref == 'refs/heads/trunk'
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.WEB_DEPLOY }}
|
token: ${{ secrets.WEB_DEPLOY }}
|
||||||
|
|||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
run: cargo xtask run-wasm --no-serve
|
run: cargo xtask run-wasm --no-serve
|
||||||
|
|
||||||
- name: Deploy WebGPU examples
|
- name: Deploy WebGPU examples
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.6.9
|
uses: JamesIves/github-pages-deploy-action@v4.7.1
|
||||||
if: github.ref == 'refs/heads/trunk'
|
if: github.ref == 'refs/heads/trunk'
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.WEB_DEPLOY }}
|
token: ${{ secrets.WEB_DEPLOY }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user