Skip to content

Commit

Permalink
Try CI/CD web build again
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Aug 12, 2023
1 parent 8b0357c commit 9e457b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ jobs:
run: dart format --output=none --set-exit-if-changed .

# Web - Build and deploy
- name: "EXAMPLE START BUILD - Flutter clean before build"
- name: "START BUILD - Flutter clean before build"
run: flutter clean
- name: "EXAMPLE WEB release build"
- name: "WEB release build"
run: flutter build web --web-renderer canvaskit --base-href "/squircle/latest/" --release -t lib/main.dart
- name: "EXAMPLE DEPLOY to GitHub Pages repository, published on commit."
- name: "DEPLOY to GitHub Pages repository, published on commit."
uses: dmnemec/copy_file_to_another_repo_action@v1.0.4
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: '/build/web/.'
source_file: 'build/web/.'
destination_folder: 'squircle/latest'
destination_repo: 'rydmike/rydmike.github.io'
user_email: 'm.rydstrom@gmail.com'
Expand Down

0 comments on commit 9e457b9

Please sign in to comment.