mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
Use pages deploy
instead of the deprecated pages publish
command to deploy the docs website (#7277)
See https://github.com/cloudflare/workers-sdk/issues/3067 Related #7276
This commit is contained in:
parent
6566d00295
commit
ff0feb191c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
|
@ -44,4 +44,4 @@ jobs:
|
|||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
accountId: ${{ secrets.CF_ACCOUNT_ID }}
|
||||
command: pages publish site --project-name=ruff-docs --branch ${GITHUB_HEAD_REF} --commit-hash ${GITHUB_SHA}
|
||||
command: pages deploy site --project-name=ruff-docs --branch ${GITHUB_HEAD_REF} --commit-hash ${GITHUB_SHA}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue