Skip to content

Commit 029bb20

Browse files
committed
Fix docs workflow
1 parent 4eeb00b commit 029bb20

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
@@ -70,7 +70,7 @@ jobs:
7070
run: uv sync --all-extras --group docs --prerelease=allow
7171

7272
- name: Build docs
73-
run: uv run mkdocs build --prerelease=allow
73+
run: uv run --frozen mkdocs build
7474

7575
- name: Create .nojekyll file
7676
run: touch site/.nojekyll
@@ -104,7 +104,7 @@ jobs:
104104
python-version-file: ".python-version"
105105

106106
- name: Install the project
107-
run: uv sync --all-extras --group docs
107+
run: uv sync --all-extras --group docs --frozen
108108

109109
- name: Configure Git Credentials
110110
run: |

0 commit comments

Comments
 (0)