Update ci

This commit is contained in:
Xuwznln
2025-10-01 17:28:57 +08:00
parent 1a8a0249c1
commit b9dcb259e3
2 changed files with 9 additions and 19 deletions

View File

@@ -60,12 +60,8 @@ jobs:
- name: Build Sphinx documentation
run: |
# Create docs directory if it doesn't exist
mkdir -p docs
# Placeholder for Sphinx build
echo "Documentation build placeholder - configure Sphinx in docs/"
# cd docs
# make html
cd docs
make html
- name: Upload artifact
uses: actions/upload-pages-artifact@v4