Skip to content

fix: copy dotfiles (.nojekyll) in docs deployment#58

Merged
marcusrbrown merged 1 commit into
mainfrom
docs/fix-path
Feb 9, 2026
Merged

fix: copy dotfiles (.nojekyll) in docs deployment#58
marcusrbrown merged 1 commit into
mainfrom
docs/fix-path

Conversation

@marcusrbrown

Copy link
Copy Markdown
Owner

Problem

The workflow was using cp -r dist/* which doesn't copy dotfiles, causing .nojekyll to be missing from the gh-pages branch.

Fix

Changed to cp -r dist/. . to include all files including dotfiles.

Evidence

Before:

$ gh api 'repos/fro-bot/systematic/contents/.nojekyll?ref=gh-pages'
404 Not Found

After this fix, .nojekyll will be present and the site will work correctly.

cp -r dist/* doesn't copy dotfiles, causing .nojekyll to be missing from gh-pages.
Use cp -r dist/. . instead to include all files including dotfiles.
@marcusrbrown marcusrbrown self-assigned this Feb 9, 2026
@marcusrbrown marcusrbrown merged commit b00201d into main Feb 9, 2026
9 checks passed
@marcusrbrown marcusrbrown deleted the docs/fix-path branch February 9, 2026 06:07
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.

1 participant