We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
draft
1 parent dd1aa87 commit dbff26aCopy full SHA for dbff26a
.circleci/config.yml
@@ -20,9 +20,9 @@ jobs:
20
no_output_timeout: 25m
21
command: |
22
pip install -r requirements.txt
23
- sphinx-build -b html -WT --keep-going spec build/latest -d doctrees
+ sphinx-build -b html -WT --keep-going spec build/draft -d doctrees
24
- store_artifacts:
25
- path: build/latest
+ path: build/draft
26
27
workflows:
28
version: 2
.github/workflows/preview.yml
@@ -11,6 +11,6 @@ jobs:
11
uses: larsoner/circleci-artifacts-redirector-action@master
12
with:
13
repo-token: ${{ secrets.GITHUB_TOKEN }}
14
- artifact-path: 0/build/latest/index.html
+ artifact-path: 0/build/draft/index.html
15
circleci-jobs: build_page
16
job-title: Check the rendered docs here!
0 commit comments