Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/FRC2706/MergeData
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanidk committed Jan 28, 2024
2 parents 70384e3 + 39cf324 commit e0a585d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: flutter pub get

- name: Build release project
run: flutter build web
run: flutter build web --base-href "/MergeData/"

- name: Upload production-ready build files
uses: actions/upload-artifact@v2
Expand All @@ -38,7 +38,6 @@ jobs:
name: Deploy
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'

steps:
- name: Download artifact
Expand Down

0 comments on commit e0a585d

Please sign in to comment.