Browse Source
Merge pull request #108 from EasyAbp/update-yml
Update yml
pull/112/head
Super
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
9 additions and
1 deletions
-
.github/workflows/publish-docs.yml
-
.github/workflows/publish.yml
|
|
|
@ -4,6 +4,10 @@ on: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
- main |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
- main |
|
|
|
jobs: |
|
|
|
publish: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
@ -49,4 +53,4 @@ jobs: |
|
|
|
with: |
|
|
|
github_token: ${{ secrets.EASYABP_IO_ACCESS_TOKEN }} |
|
|
|
repository: EasyAbp/easyabp.github.io |
|
|
|
directory: easyabp.github.io |
|
|
|
directory: easyabp.github.io |
|
|
|
|
|
|
|
@ -4,6 +4,10 @@ on: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
- main |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
- main |
|
|
|
jobs: |
|
|
|
publish: |
|
|
|
runs-on: windows-latest |
|
|
|
|