There was an error while loading. Please reload this page.
1 parent 720afdd commit ffa7adaCopy full SHA for ffa7ada
2 files changed
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-python@v6
21
with:
22
python-version: 3.12
23
- - run: pip install zensical
+ - run: pip install -r requirements.txt
24
- run: zensical build --clean
25
- uses: actions/upload-pages-artifact@v5
26
requirements.txt
@@ -1,3 +1,4 @@
1
zensical==0.0.50
2
jinja2>=3.1,<3.2
3
pydantic>=2.13,<2.14
4
+pyparsing>=3.3.2,<3.4
0 commit comments