Skip to content

Commit 45fa986

Browse files
committed
remove reference to docs folder, keep files in top level
1 parent 1816ad8 commit 45fa986

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ jobs:
4848
name: Build docs
4949
environment:
5050
# Ensure this is same as store_artifacts path below
51-
DOCS_PATH: docs/_build/html
51+
DOCS_PATH: _build/html
5252
command: |
5353
export BASE_URL="/output/job/$CIRCLE_WORKFLOW_JOB_ID/artifacts/0/$DOCS_PATH"
5454
55-
(cd docs && npx myst build --html)
55+
(npx myst build --html)
5656
5757
## Temporary hack to remove unused thebe JS
58-
rm docs/_build/html/*thebe*.js
58+
rm _build/html/*thebe*.js
5959
6060
- store_artifacts:
61-
path: docs/_build/html
61+
path: _build/html
6262

6363
workflows:
6464
version: 2

0 commit comments

Comments
 (0)