This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user