Skip to content

Commit d40582a

Browse files
committed
Update preview workflow
1 parent e03b2fb commit d40582a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
name: build docs
2020
no_output_timeout: 25m
2121
command: |
22-
pip install -r requirements.txt
23-
sphinx-build -b html -WT --keep-going spec build/draft -d doctrees
22+
pip install .[doc]
23+
make -C spec/ build
2424
- store_artifacts:
25-
path: build/draft
25+
path: spec/_build/
2626

2727
workflows:
2828
version: 2

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if: ${{ github.event_name == 'pull_request'}}
9292
with:
9393
name: html
94-
path: build/
94+
path: spec/_build/
9595
if-no-files-found: error
9696

9797
# Configure Git:

0 commit comments

Comments
 (0)