Browse Source

✏️ :fix lint error

antd@4
chenshuai2144 6 years ago
parent
commit
7b0f6cb0f9
  1. 2
      .github/workflows/ci.yml
  2. 2
      .github/workflows/issue-reference.yml

2
.github/workflows/ci.yml

@ -37,5 +37,5 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
BRANCH: gh-pages BRANCH: gh-pages
FOLDER: "dist/" FOLDER: 'dist/'
BUILD_SCRIPT: npm install && npm run deploy BUILD_SCRIPT: npm install && npm run deploy

2
.github/workflows/issue-reference.yml

@ -1,4 +1,4 @@
name: "Issue ref" name: 'Issue ref'
on: on:
pull_request: pull_request:

Loading…
Cancel
Save