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 09afd37 commit 09bcd5bCopy full SHA for 09bcd5b
.github/workflows/main_docs.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version-file: "pyproject.toml"
31
enable-cache: true
32
33
- - run: uv sync --locked
+ - run: uv sync --locked --all-extras --dev --all-packages
34
- run: uv run generate_docs
35
- run: git fetch origin gh-pages --depth=1
36
- run: git config user.name ci-bot
.github/workflows/tag_docs.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments