Skip to content

Commit 64cbcc1

Browse files
committed
Run documentation on main
Previously, the "docs" action was run only on pull requests. This means that documentation is not generated and deployed when the commit reaches main, leading to stale github pages. This commit ensures that documentation is also run on main.
1 parent 37a864f commit 64cbcc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Documentation
22

33
on:
44
pull_request:
5+
push:
6+
branches:
7+
- main
8+
tags: '*'
59

610
jobs:
711
docbuild:

0 commit comments

Comments
 (0)