Skip to content

Commit c3dfebe

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent bf998ba commit c3dfebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: flutter build web --release --base-href="/profile/"
3333

3434
- name: Deploy
35-
uses: peaceiris/actions-gh-pages@v3.9.3
35+
uses: peaceiris/actions-gh-pages@v4.0.0
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./build/web

0 commit comments

Comments
 (0)