Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 10, 2022
1 parent 723bfaf commit 0dc593a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- master


jobs:
build-deploy:
runs-on: ubuntu-18.04
Expand All @@ -14,11 +13,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: 14

- run: npm install
- run: npm run build

- run: npm run map

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 0dc593a

Please sign in to comment.