-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
duplicateIssue is a duplicate of another issueIssue is a duplicate of another issue
Description
Context
My use case is where I have a repo purely for documentation, which has multiple root directories which I would like to include in my built documentation.
Bug description
When setting docs_dir = "." in zensical.toml, the build repeatedly starts, and then reloads.
$ podman run --rm -it -p 8000:8000 -v ${PWD}:/docs zensical/zensical
Serving /docs/site on http://0.0.0.0:8000
Build started
Reloading...
Build started
Reloading...
Build started
Reloading...
Build started
Reloading...
Build started
Reloading...
Build started
Reloading...
Build started
Reloading...
Build started
Reloading...
Build started
Reloading...
Build started
Reloading...
Build started
Reloading...
Build startedRelated links
Reproduction
Steps to reproduce
- Extract
reproduction.zip cd reproductiondocker pull zensical/zensicaldocker run --rm -it -p 8000:8000 -v ${PWD}:/docs zensical/zensical- Observe console output, and it never builds.
docker run --rm -it -v ${PWD}:/docs zensical/zensical build- Observe build succeeds.
Browser
No response
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateIssue is a duplicate of another issueIssue is a duplicate of another issue