We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a96429 commit aaf9158Copy full SHA for aaf9158
1 file changed
.github/workflows/flutter_ci_cd.yml
@@ -91,16 +91,8 @@ jobs:
91
flutter build web --release --base-href "/"
92
echo "Web build completed!"
93
94
- - name: Setup Pages
95
- uses: actions/configure-pages@v4
96
-
97
- - name: Upload web artifact
98
- uses: actions/upload-pages-artifact@v3
99
- with:
100
- path: build/web
101
102
- name: Deploy to GitHub Pages
103
- uses: actions/deploy-pages@v4
+ uses: peaceiris/actions-gh-pages@v4
104
with:
105
- token: ${{ secrets.GITHUB_TOKEN }}
106
- target_branch: gh-pages
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ./build/web
0 commit comments