We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515b8a7 commit 6c73d46Copy full SHA for 6c73d46
.github/workflows/docs.yml
@@ -61,7 +61,7 @@ jobs:
61
RUSTC_BOOTSTRAP: 1
62
63
- name: Deploy the docs
64
- uses: JamesIves/github-pages-deploy-action@v4.7.4
+ uses: JamesIves/github-pages-deploy-action@v4.7.6
65
if: github.ref == 'refs/heads/trunk'
66
with:
67
token: ${{ secrets.WEB_DEPLOY }}
.github/workflows/publish.yml
@@ -62,7 +62,7 @@ jobs:
run: cargo xtask run-wasm --no-serve
- name: Deploy WebGPU examples
68
0 commit comments