diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 862e081..48b9e9e 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 --branch=main + command: pages deploy docs/.vitepress/dist/ --project-name=cora-cli --commit-dirty=true diff --git a/docs/public/_redirects b/docs/public/_redirects new file mode 100644 index 0000000..788ad2f --- /dev/null +++ b/docs/public/_redirects @@ -0,0 +1 @@ +/docs/cora/* /:splat 200