Skip to content

Commit 18ced4a

Browse files
committed
updates docs
1 parent 9b15438 commit 18ced4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: uv sync --only-group docs
6464

6565
- name: Build Doc
66-
run: .venv/bin/mkdocs build -d ./docs-output
66+
run: .venv/bin/mkdocs build -d ./docs/output
6767

6868
- uses: actions/cache/save@v4
6969
id: cache
@@ -74,7 +74,7 @@ jobs:
7474
- name: Upload artifact
7575
uses: actions/upload-pages-artifact@v3
7676
with:
77-
path: ./docs-output
77+
path: ./docs/output
7878

7979
# Deployment job
8080
deploy:

0 commit comments

Comments
 (0)