Skip to content

Commit 29c2244

Browse files
Add export
1 parent 23a731c commit 29c2244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: bash
4242
run: |
4343
set -euo pipefail
44-
PROJECT_DIR="${{ inputs.pyproject-directory }}"
44+
export PROJECT_DIR="${{ inputs.pyproject-directory }}"
4545
PKG_VERSION="$(
4646
uv run --project "$PROJECT_DIR" python - <<PY
4747
import os

0 commit comments

Comments
 (0)