fix: use system python3 instead of setup-python action
Some checks failed
Deploy Docs / deploy (push) Failing after 4s

This commit is contained in:
Tolaria 2026-06-03 17:40:53 +08:00
parent 1ca6266464
commit b042f43cdd

View file

@ -11,11 +11,9 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install zensical
- run: |
python3 --version
pip3 install zensical
- run: zensical build --clean