From 84eac93b12122a0b55b8455363b6ef5448ad74da Mon Sep 17 00:00:00 2001 From: TechAurelian Date: Thu, 31 Oct 2024 16:11:10 +0200 Subject: [PATCH] Update GitHub Actions workflow --- .../build-recursive_routing-flutter-web.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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