We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b75af commit fdd6995Copy full SHA for fdd6995
.github/workflows/docs.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - sample
8
paths:
9
- 'LICENSE'
10
- 'CHANGELOG.md'
@@ -25,7 +26,6 @@ permissions:
25
26
27
env:
28
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Token used by mkdocs for pushing
- UV_SYSTEM_PYTHON: 1 # Use system Python interpreter with uv
29
30
jobs:
31
deploy:
@@ -50,4 +50,4 @@ jobs:
50
uv pip install -e .
51
52
- name: Deploy to GitHub Pages
53
- run: uv run --group docs --group lint mkdocs gh-deploy --force
+ run: uv run --group docs --group lint mkdocs build
0 commit comments