Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# Check if project exists, create if it doesn't
if ! wrangler pages project list | grep -q "$PROJECT_NAME"; then
echo "Creating Cloudflare Pages project: $PROJECT_NAME"
wrangler pages project create "$PROJECT_NAME" --compatibility-date 2024-01-01
wrangler pages project create "$PROJECT_NAME" --production-branch main --compatibility-date 2024-01-01
else
echo "Project $PROJECT_NAME already exists"
fi
Expand Down