diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 48b9e9e..6ba571a 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -52,4 +52,4 @@ jobs: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} preCommands: npx wrangler pages project create cora-cli --production-branch=main || true - command: pages deploy docs/.vitepress/dist/ --project-name=cora-cli --commit-dirty=true + command: pages deploy docs/.vitepress/dist/ --project-name=cora-cli --commit-dirty=true