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 7073a6a commit 3a3ad34Copy full SHA for 3a3ad34
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: ./.github/actions/setup
18
- run: uv sync --group=doc
19
- - run: uv run just docs
+ - run: uv run just doc
20
- uses: JamesIves/github-pages-deploy-action@v4
21
with:
22
folder: docs/
@@ -29,7 +29,7 @@ jobs:
29
30
31
- run: uv sync --only-dev
32
- - run: uv run just packages
+ - run: uv run just package
33
- uses: docker/login-action@v3
34
35
registry: ghcr.io
0 commit comments