Browse Source

Add on push deploy-docs

pull/11806/head
Rob Winch 3 years ago committed by GitHub
parent
commit
edf2f55db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/deploy-docs.yml

2
.github/workflows/deploy-docs.yml

@ -1,6 +1,8 @@ @@ -1,6 +1,8 @@
name: Deploy Docs
on:
workflow_dispatch:
push:
branches: deploy-docs
permissions: read-all
jobs:
build:

Loading…
Cancel
Save