Skip to content

Commit fdd6995

Browse files
committed
update
1 parent 94b75af commit fdd6995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- sample
78
paths:
89
- 'LICENSE'
910
- 'CHANGELOG.md'
@@ -25,7 +26,6 @@ permissions:
2526

2627
env:
2728
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Token used by mkdocs for pushing
28-
UV_SYSTEM_PYTHON: 1 # Use system Python interpreter with uv
2929

3030
jobs:
3131
deploy:
@@ -50,4 +50,4 @@ jobs:
5050
uv pip install -e .
5151
5252
- name: Deploy to GitHub Pages
53-
run: uv run --group docs --group lint mkdocs gh-deploy --force
53+
run: uv run --group docs --group lint mkdocs build

0 commit comments

Comments
 (0)