We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05978a commit 38cc012Copy full SHA for 38cc012
.github/workflows/gh-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: astral-sh/setup-uv@v7
28
29
- name: Sync build dependencies
30
- run: rm uv.lock && uv sync --no-dev --group docs
+ run: ls -la && env && rm uv.lock && uv sync --no-dev --no-extra zedboard --group docs
31
32
# - name: Deploy documentation
33
# run: uv run mkdocs gh-deploy --force
0 commit comments