diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8dd1108..2a722c4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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.5.0 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: "./example/build/web"