Skip to content

Commit

Permalink
update deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
swimmadude66 committed Mar 29, 2024
1 parent 0d45f1e commit 18dcd27
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
webpack: [4]
html-webpack: [4, 3]
include:
- webpack: 5
html-webpack: 5
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install
- run: npm install -D webpack@${{ matrix.webpack }} html-webpack-plugin@${{ matrix.html-webpack }}
- run: npm run test
- run: npm run build
deploy:
Expand Down

0 comments on commit 18dcd27

Please sign in to comment.