Skip to content

Commit

Permalink
Merge branch 'main' of github.com:limcheekin/surrealdb_wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Dec 12, 2023
2 parents 9b7227d + 359d064 commit 93c0c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cd example;flutter build web --release --base-href /surrealdb_wasm/

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: "./example/build/web"

0 comments on commit 93c0c49

Please sign in to comment.