Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
TechAurelian committed Oct 31, 2024
1 parent 3a6d7e0 commit 84eac93
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build-recursive_routing-flutter-web.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 84eac93

Please sign in to comment.