Skip to content

Commit 5386dc1

Browse files
authored
Fix documentation generation (#1706)
1 parent 46bfa0b commit 5386dc1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Publish Docs
22

3-
on: ["push", "pull_request"]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
release:
9+
types:
10+
- published
411

512
jobs:
613
run:

0 commit comments

Comments
 (0)