diff --git a/.github/workflows/build-recursive_routing-flutter-web.yml b/.github/workflows/build-recursive_routing-flutter-web.yml index ec23463..aaf3666 100644 --- a/.github/workflows/build-recursive_routing-flutter-web.yml +++ b/.github/workflows/build-recursive_routing-flutter-web.yml @@ -37,13 +37,9 @@ jobs: run: flutter pub get - name: Build run: flutter build web - - - name: Setup Pages - uses: actions/configure-pages@v5 - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + - name: Deploy + uses: peaceiris/actions-gh-pages@v4 with: - path: './recursive_routing/build/web' - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./build/web + destination_dir: recursive_routing