Skip to content

Commit f375765

Browse files
committed
add pwd
1 parent 35e1cdb commit f375765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
name: build docs
2020
no_output_timeout: 25m
2121
command: |
22+
pwd
2223
pip install -r requirements.txt
2324
sphinx-build -b html -WT --keep-going spec build/latest -d doctrees
2425
- store_artifacts:

0 commit comments

Comments
 (0)