Browse Source

✏️ :fix lint error

chenshuai2144 5 years ago
parent
commit
7b0f6cb0f9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/issue-reference.yml

+ 1 - 1
.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

+ 1 - 1
.github/workflows/issue-reference.yml

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