Skip to content

Commit 335de0b

Browse files
authored
Merge pull request #5 from BattModels/docs
docs
2 parents 1272fe4 + a29ee21 commit 335de0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: docs
22
on:
33
pull_request:
4+
push:
5+
branches:
6+
- main
47
workflow_dispatch:
58
jobs:
69
build:
@@ -16,7 +19,6 @@ jobs:
1619
- run: uv run --group docs --with pip sphinx-build docs build/html
1720
- uses: actions/upload-pages-artifact@v4
1821
with:
19-
name: smirk-docs
2022
path: build/html/
2123
deploy:
2224
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)