Skip to content

Commit dbff26a

Browse files
committed
Rename output build directory to draft
1 parent dd1aa87 commit dbff26a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
no_output_timeout: 25m
2121
command: |
2222
pip install -r requirements.txt
23-
sphinx-build -b html -WT --keep-going spec build/latest -d doctrees
23+
sphinx-build -b html -WT --keep-going spec build/draft -d doctrees
2424
- store_artifacts:
25-
path: build/latest
25+
path: build/draft
2626

2727
workflows:
2828
version: 2

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
uses: larsoner/circleci-artifacts-redirector-action@master
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
14-
artifact-path: 0/build/latest/index.html
14+
artifact-path: 0/build/draft/index.html
1515
circleci-jobs: build_page
1616
job-title: Check the rendered docs here!

0 commit comments

Comments
 (0)