Skip to content

Commit 2e7ab6f

Browse files
authored
chore: Publish docs on push to main (#385)
## Description Publish docs on push to main. ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) ### Checklist - [x] I have performed a self-review of my code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have updated the documentation accordingly - [x] My changes generate no new warnings
1 parent 00b6fb4 commit 2e7ab6f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish_docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Publish to GitHub Pages
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- '.github/workflows/publish_docs.yml'
9+
- 'docs/**'
410
workflow_dispatch:
511
jobs:
612
publish:

0 commit comments

Comments
 (0)