chenshuai2144 5 лет назад
Родитель
Сommit
b367b4755f
2 измененных файлов с 10 добавлено и 10 удалено
  1. 6 6
      .github/workflows/GitHub_Pages_Deploy.yml
  2. 4 4
      .github/workflows/issue-reference.yml

+ 6 - 6
.github/workflows/GitHub_Pages_Deploy.yml

@@ -1,6 +1,6 @@
-- name: Deploy to GitHub Pages
-  uses: maxheld83/ghpages@v0.2.1
-  if: success() && github.event == 'push' && github.ref == 'master'
-  env:
-    BUILD_DIR: 'dist/'
-    GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
+name: Deploy to GitHub Pages
+uses: maxheld83/ghpages@v0.2.1
+if: success() && github.event == 'push' && github.ref == 'master'
+env:
+  BUILD_DIR: 'dist/'
+  GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}

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

@@ -1,4 +1,4 @@
-- name: Add an issue reference
-  uses: kentaro-m/add-an-issue-reference-action@v1.0.0
-  env:
-    GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
+name: Add an issue reference
+uses: kentaro-m/add-an-issue-reference-action@v1.0.0
+env:
+  GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}