Skip to content

Commit

Permalink
workflow: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Mar 24, 2024
1 parent 7d8f566 commit fa3066a
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: node:10.24.1
image: node:10.24.1-alpine

steps:
- uses: actions/checkout@v2
Expand All @@ -17,21 +17,9 @@ jobs:
- name: Build
run: npm run build

zip:
needs: build
runs-on: ubuntu-latest
container:
image: alpine:latest

steps:
- uses: actions/checkout@v2

- name: Prepare environment
run: |
apk add zip
- name: Zip files
run: |
apk add zip
cd icon-font
zip -r icon-font.zip *
Expand Down

0 comments on commit fa3066a

Please sign in to comment.