Skip to content

Comments

Remove gh-pages workflow, configure for Cloudflare Pages#20

Merged
neuromechanist merged 1 commit intomainfrom
infra/cloudflare-migration
Feb 18, 2026
Merged

Remove gh-pages workflow, configure for Cloudflare Pages#20
neuromechanist merged 1 commit intomainfrom
infra/cloudflare-migration

Conversation

@neuromechanist
Copy link
Member

Summary

  • Remove .github/workflows/publish.yml (gh-pages deployment)
  • Add output-dir: _site to _quarto.yml for Cloudflare Pages

Cloudflare Pages setup

After merging, connect the repo directly in Cloudflare Pages with:

  • Build command: quarto render
  • Output directory: _site

Test plan

  • quarto render builds to _site/ successfully
  • typos passes
  • Connect repo to Cloudflare Pages and verify preview deployment

Closes #6

Remove .github/workflows/publish.yml since deployment moves to
Cloudflare Pages (connected directly to the repo). Add explicit
output-dir: _site to _quarto.yml for Cloudflare build output.

Cloudflare Pages config: build command "quarto render", output
directory "_site".

Closes #6
@neuromechanist neuromechanist merged commit 7b7e193 into main Feb 18, 2026
1 check passed
@neuromechanist neuromechanist deleted the infra/cloudflare-migration branch February 18, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate deployment from GitHub Actions/gh-pages to Cloudflare Pages

1 participant