Skip to content

Commit

Permalink
attempt to fix invalid workflow file https://github.com/dwyl/app/acti…
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 5, 2023
1 parent 0f82a07 commit 3e2e2a4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ permissions:
jobs:
build-and-deploy:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -34,11 +39,7 @@ jobs:
branch: gh-pages # The branch the action should deploy to.
folder: ./build/web # The folder the action should deploy.

strategy:
matrix:
node-version: [18.x]

steps:
# Attempt to minify main.dart.js see: issues/326
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 3e2e2a4

Please sign in to comment.