Skip to content

Commit

Permalink
Update comment documentation of "site" attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlevin authored Sep 12, 2023
1 parent 913313c commit 706bad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretext/project/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def validate_path(cls, path: t.Union[Path, str]) -> Path:
publication: Path = pxml.attr(default=Path("publication"))
# A path, relative to the project directory, prepended to any target's `output_dir`.
output_dir: Path = pxml.attr(name="output-dir", default=Path("output"))
# A path prepended to any target's `site`.
# A path to the directory holding a project's landing page(s).
site: Path = pxml.attr(default=Path("site"))
# A path to stage files for deployment
stage: Path = pxml.attr(default=Path("output/stage"))
Expand Down

0 comments on commit 706bad5

Please sign in to comment.