陈帅
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
3 deletions
-
.github/workflows/GitHub_Pages_Deploy.yml
-
.github/workflows/issue-reference.yml
|
|
@ -2,10 +2,12 @@ name: Deploy to GitHub Pages |
|
|
on: [push] |
|
|
on: [push] |
|
|
jobs: |
|
|
jobs: |
|
|
Deploy: |
|
|
Deploy: |
|
|
|
|
|
name: Deploy to GitHub Pages |
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
if: success() && github.event == 'push' && github.ref == 'master' |
|
|
steps: |
|
|
steps: |
|
|
- name: Deploy to GitHub Pages |
|
|
- name: publish |
|
|
uses: maxheld83/ghpages@v0.2.1 |
|
|
uses: maxheld83/ghpages@v0.2.1 |
|
|
if: success() && github.event == 'push' && github.ref == 'master' |
|
|
|
|
|
env: |
|
|
env: |
|
|
BUILD_DIR: 'dist/' |
|
|
BUILD_DIR: 'dist/' |
|
|
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} |
|
|
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} |
|
|
|
|
|
@ -1,9 +1,9 @@ |
|
|
name: Add an issue reference |
|
|
name: Add an issue reference |
|
|
on: [pull_request] |
|
|
on: [pull_request] |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
reference: |
|
|
reference: |
|
|
name: reference |
|
|
name: reference |
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Add an issue reference |
|
|
- name: Add an issue reference |
|
|
uses: kentaro-m/add-an-issue-reference-action@v1.0.0 |
|
|
uses: kentaro-m/add-an-issue-reference-action@v1.0.0 |
|
|
|