Skip to content

Commit 359d064

Browse files
authored
Merge pull request #3 from limcheekin/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.5.0
chore(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0
2 parents edae93b + eae9324 commit 359d064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: cd example;flutter build web --release --base-href /surrealdb_wasm/
2121

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

0 commit comments

Comments
 (0)