Skip to content

Commit

Permalink
Merge pull request #9 from Conmmander/dev
Browse files Browse the repository at this point in the history
updates to workflows + addition of extensions.json
  • Loading branch information
Conmmander authored Jun 19, 2024
2 parents e5e634b + 744986a commit 0b5b3b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dart_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
flutter-version: '3.22.0'
- run: flutter config --enable-web
- run: flutter pub get
- run: flutter analyze --fatal-infos
- run: flutter build web --release
# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting
Expand All @@ -43,9 +42,9 @@ jobs:

- run: |
cd build/web
mv assets/web/CNAME .
mv assets/web/ROBOTS.txt .
mv assets/web/sitemap.xml .
mv assets/assets/web/CNAME .
mv assets/assets/web/ROBOTS.txt .
mv assets/assets/web/sitemap.xml .
git init
git config --global user.email ryandodd0115@gmail.com
git config --global user.name Conmmander
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"github.copilot",
"helgardrichard.helium-icon-theme",
"ms-vsliveshare.vsliveshare",
"vishwar.mdsnippets"
"vishwar.mdsnippets",
"github.vscode-github-actions"
]
}

0 comments on commit 0b5b3b3

Please sign in to comment.