Skip to content

Commit 0ddd260

Browse files
committed
Update workflow
1 parent 2ba6d8b commit 0ddd260

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/flutter_ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
run: flutter build web --release --base-href "/"
8383

8484
- name: Deploy to GitHub Pages
85-
uses: peaceiris/actions-gh-pages@v4
85+
uses: JamesIves/github-pages-deploy-action@v4
8686
with:
8787
github_token: ${{ secrets.GITHUB_TOKEN }}
88-
publish_dir: ./build/web
89-
publish_branch: gh-pages
88+
folder: ./build/web
89+
branch: gh-pages

0 commit comments

Comments
 (0)