Skip to content

Commit

Permalink
deploy to main page
Browse files Browse the repository at this point in the history
  • Loading branch information
praslnx8 committed Jan 20, 2024
1 parent dc23edb commit bf9f8c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: flutter pub get

- name: Build web
run: flutter build web --release --base-href /wealth_wave/
run: flutter build web --release

- name: Deploy to Github Pages
run: |
Expand All @@ -35,8 +35,8 @@ jobs:
git config --global user.email praslnx8@gmail.com
git config --global user.name praslnx8
git status
git remote add origin https://${{secrets.COMMIT_SECRET}}@github.com/wealth-wave/wealth_wave.git
git checkout -b gh-pages
git remote add origin https://${{secrets.COMMIT_SECRET}}@github.com/wealth-wave/wealth-wave.github.io.git
git checkout -b main
git add .
git commit -m "update"
git push origin gh-pages -f
git push --set-upstream origin main -f

0 comments on commit bf9f8c3

Please sign in to comment.