Skip to content

Commit b5370b8

Browse files
committed
Build docs on every push
1 parent c1866c3 commit b5370b8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
name: Deploy Docs
2+
23
on:
34
push:
4-
tags: '**'
5+
branches-ignore:
6+
- "gh-pages"
7+
- "dependabot/**"
8+
- "0.4.x"
9+
- "1.0.x"
10+
- "1.1.x"
11+
tags:
12+
- "**"
513
repository_dispatch:
614
types: request-build-reference # legacy
7-
#schedule:
8-
#- cron: '0 10 * * *' # Once per day at 10am UTC
915
workflow_dispatch:
16+
1017
permissions:
1118
actions: write
19+
1220
jobs:
1321
build:
1422
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)