Browse Source

Build docs on every push

pull/1676/head
Steve Riesenberg 2 years ago
parent
commit
b5370b8ad4
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 14
      .github/workflows/deploy-docs.yml

14
.github/workflows/deploy-docs.yml

@ -1,14 +1,22 @@ @@ -1,14 +1,22 @@
name: Deploy Docs
on:
push:
tags: '**'
branches-ignore:
- "gh-pages"
- "dependabot/**"
- "0.4.x"
- "1.0.x"
- "1.1.x"
tags:
- "**"
repository_dispatch:
types: request-build-reference # legacy
#schedule:
#- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:
permissions:
actions: write
jobs:
build:
runs-on: ubuntu-latest

Loading…
Cancel
Save