Browse Source

Merge pull request #108 from EasyAbp/update-yml

Update yml
pull/112/head
Super 6 years ago
committed by GitHub
parent
commit
960d3270f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/publish-docs.yml
  2. 4
      .github/workflows/publish.yml

6
.github/workflows/publish-docs.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
.github/workflows/publish.yml

@ -4,6 +4,10 @@ on:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
publish:
runs-on: windows-latest

Loading…
Cancel
Save