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: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v5 - run: |
with: python3 --version
python-version: '3.12' pip3 install zensical
- run: pip install zensical
- run: zensical build --clean - run: zensical build --clean