Browse Source

Update publish-docs.yml

pull/112/head 1.8.0
Super 5 years ago
committed by GitHub
parent
commit
8f43e935ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/publish-docs.yml

8
.github/workflows/publish-docs.yml

@ -1,9 +1,13 @@
name: publish to easyabp.io
on:
push:
branches: [master, main]
branches:
- master
- main
pull_request:
branches: [master, main]
branches:
- master
- main
jobs:
publish:
runs-on: ubuntu-latest

Loading…
Cancel
Save