Skip to content

Commit 4e95639

Browse files
committed
ci: Inline Cloudflare Pages project name
Replace vars.CLOUDFLARE_PROJECT_NAME with the literal project name the workflow already deploys to. The variable was scoped to a single environment, so it silently resolves to empty in any other environment. Matches facioquo/schemas deploy.yml.
1 parent 40624ee commit 4e95639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
wranglerVersion: "latest"
7070
command: >
7171
pages deploy docs/_site
72-
--project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }}
72+
--project-name=stock-indicators-python

0 commit comments

Comments
 (0)