Skip to content

Fix docs deployment to preserve /dev/ and root content#481

Merged
leoschwarz merged 1 commit intomainfrom
fix/docs-deployment
Apr 13, 2026
Merged

Fix docs deployment to preserve /dev/ and root content#481
leoschwarz merged 1 commit intomainfrom
fix/docs-deployment

Conversation

@leoschwarz
Copy link
Copy Markdown
Member

@leoschwarz leoschwarz commented Apr 13, 2026

  • Replace ghp-import with git worktree operations so dev and production deploys no longer clobber each other
  • Place .nojekyll at the gh-pages root (not under dev/) so Jekyll doesn't strip _static/ directories
  • Remove the nox publish_docs session since deployment is CI-only

Closes #480

Replace ghp-import with git worktree operations so that dev and
production deploys no longer clobber each other. Place .nojekyll at
the gh-pages root so Jekyll does not strip _static/ directories.

Remove the nox publish_docs session since deployment is CI-only.

Closes #480
@leoschwarz leoschwarz merged commit 7df4773 into main Apr 13, 2026
4 checks passed
@leoschwarz leoschwarz deleted the fix/docs-deployment branch April 13, 2026 15:19
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.

The auto-deployed dev docs have issues referencing stylesheets and scripts

1 participant