docs(ci): fix
Some checks failed
Deploy Sphinx Docs / build-and-deploy (push) Failing after 9m2s

This commit is contained in:
2026-02-10 22:11:27 +08:00
parent 1a73e8bd02
commit 2bd1dce74c

View File

@@ -6,6 +6,7 @@ on:
paths:
- "docs/**"
- "pyproject.toml"
- ".gitea/workflows/deploy-docs.yaml"
paths-ignore:
- "**.sh"
@@ -50,4 +51,5 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: deploy --config wrangler.jsonc
# command: deploy --config wrangler.jsonc
command: pages deploy public --project-name=primitive-type --branch=main