Skip to content

Commit eae9324

Browse files
chore(deps): bump JamesIves/github-pages-deploy-action
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.4.3...v4.5.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29da4a7 commit eae9324

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)