Skip to content

Commit beb9486

Browse files
author
John Harrington
committed
docs: publish on commit to main
1 parent b21692d commit beb9486

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Publish Docs to GitHub Pages
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
branches: [main]
6+
paths:
7+
- 'documentation/**'
8+
69

710
permissions:
811
contents: read

0 commit comments

Comments
 (0)