mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-15 20:46:26 +00:00
Another Zensical Experiment
This commit is contained in:
+9
-5
@@ -7,8 +7,12 @@ build:
|
||||
os: ubuntu-24.04
|
||||
tools:
|
||||
python: "3"
|
||||
commands:
|
||||
# 1. Install ProperDocs and any required themes/plugins
|
||||
- pip install properdocs properdocs_theme_readthedocs properdocs_theme_mkdocs
|
||||
# 2. Build the static site using the properdocs executable
|
||||
- properdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html
|
||||
jobs:
|
||||
install:
|
||||
- pip install zensical
|
||||
build:
|
||||
html:
|
||||
- zensical build
|
||||
post_build:
|
||||
- mkdir -p $READTHEDOCS_OUTPUT/html/
|
||||
- cp --recursive site/* $READTHEDOCS_OUTPUT/html/
|
||||
|
||||
Reference in New Issue
Block a user