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.
2 parents 9b7227d + 359d064 commit 93c0c49Copy full SHA for 93c0c49
.github/workflows/deploy.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: cd example;flutter build web --release --base-href /surrealdb_wasm/
21
22
- name: Deploy 🚀
23
- uses: JamesIves/github-pages-deploy-action@v4.4.3
+ uses: JamesIves/github-pages-deploy-action@v4.5.0
24
with:
25
branch: gh-pages
26
folder: "./example/build/web"
0 commit comments