Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (#3923)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-19 16:06:24 -04:00 committed by GitHub
parent 8e216b4cba
commit 7ae2fad9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ jobs:
if: ${{ failure() }}
- name: Deploy the docs
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
token: ${{ secrets.WEB_DEPLOY }}
folder: target/doc

View File

@ -41,7 +41,7 @@ jobs:
done
- name: Deploy WebGPU examples
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.4.3
if: github.ref == 'refs/heads/trunk'
with:
token: ${{ secrets.WEB_DEPLOY }}
@ -64,7 +64,7 @@ jobs:
done
- name: Deploy WebGL examples
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.4.3
if: github.ref == 'refs/heads/trunk'
with:
token: ${{ secrets.WEB_DEPLOY }}