Browse Source

Update publish-docs.yml

pull/112/head
Super 5 years ago
committed by GitHub
parent
commit
7451c9d13e
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,13 +1,9 @@
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