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 4eeb00b commit 029bb20Copy full SHA for 029bb20
.github/workflows/docs.yml
@@ -70,7 +70,7 @@ jobs:
70
run: uv sync --all-extras --group docs --prerelease=allow
71
72
- name: Build docs
73
- run: uv run mkdocs build --prerelease=allow
+ run: uv run --frozen mkdocs build
74
75
- name: Create .nojekyll file
76
run: touch site/.nojekyll
@@ -104,7 +104,7 @@ jobs:
104
python-version-file: ".python-version"
105
106
- name: Install the project
107
- run: uv sync --all-extras --group docs
+ run: uv sync --all-extras --group docs --frozen
108
109
- name: Configure Git Credentials
110
run: |
0 commit comments