Skip to content

Commit 7f0bbe8

Browse files
committed
Reactivate branch-based documentation deployment
This reverts commit 4a5068c.
1 parent e4995f9 commit 7f0bbe8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Deploy Docs
22
on:
3-
#push:
4-
# branches-ignore: [ gh-pages ]
5-
# tags: '**'
6-
#repository_dispatch:
7-
# types: request-build-reference # legacy
3+
push:
4+
branches-ignore: [ gh-pages ]
5+
tags: '**'
6+
repository_dispatch:
7+
types: request-build-reference # legacy
88
#schedule:
99
#- cron: '0 10 * * *' # Once per day at 10am UTC
1010
workflow_dispatch:

0 commit comments

Comments
 (0)