Skip to content

Commit 5230b13

Browse files
committed
workflow(docs): fix env variables
1 parent db73ead commit 5230b13

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
@@ -10,7 +10,7 @@ permissions:
1010
id-token: write
1111

1212
env:
13-
DOCS_DIR: docs
13+
SOURCE_DIR: docs/source
1414
BUILD_DIR: docs/build
1515

1616
jobs:
@@ -27,7 +27,7 @@ jobs:
2727
run: uv sync --locked --dev
2828

2929
- name: Build HTML docs
30-
run: uv run sphinx-build -b html "$DOCS_DIR" "$BUILD_DIR/html"
30+
run: uv run sphinx-build -b html "$SOURCE_DIR" "$BUILD_DIR/html"
3131

3232
- name: Create documentation archive
3333
run: |

0 commit comments

Comments
 (0)