Skip to content

Commit

Permalink
remove failed esbuild experiment. see: #326 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 6, 2023
1 parent f6a0eff commit fc1fda0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 592 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: deploy to Github Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ "main", "optimise-js-issue-#325" ]


permissions:
contents: write
Expand Down Expand Up @@ -32,26 +29,6 @@ jobs:
- name: Install and Build
run: flutter build web --release --web-renderer html

# Attempt to minify main.dart.js see: issues/326
- name: PWD
run: pwd

- name: ls ./build/web (BEFORE)s
run: ls -lath ./build/web

- name: chmod 777
run: chmod 777 ./build/web

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: node ./web/build.js

- name: ls ./build/web (AFTER)
run: ls -lath ./build/web

- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
Loading

0 comments on commit fc1fda0

Please sign in to comment.