Skip to content

Fix GitHub Pages deployment and custom domain serving - #49

Merged
thkruz merged 2 commits into
mainfrom
develop
Jul 6, 2026
Merged

Fix GitHub Pages deployment and custom domain serving#49
thkruz merged 2 commits into
mainfrom
develop

Conversation

@thkruz

@thkruz thkruz commented Jul 6, 2026

Copy link
Copy Markdown
Owner

This pull request updates the documentation deployment process and configuration to support serving the site at a custom domain (ootk.kruczeklabs.com). The changes ensure that GitHub Pages is properly enabled, the site is served from the correct base path, and the custom domain is set.

Deployment and configuration updates:

  • .github/workflows/docs.yml: Configures the GitHub Actions workflow to explicitly enable GitHub Pages via the API before deployment, preventing possible deployment failures if Pages is not already enabled.
  • docs/.vitepress/config.mts: Updates the VitePress config to set the base path to '/', reflecting that the site is served from the root of the custom domain instead of a subdirectory.
  • docs/public/CNAME: Adds a CNAME file specifying ootk.kruczeklabs.com as the custom domain for GitHub Pages.

@thkruz thkruz self-assigned this Jul 6, 2026
@thkruz thkruz added the Bug Something isn't working label Jul 6, 2026
@thkruz
thkruz merged commit eed6c04 into main Jul 6, 2026
7 checks passed
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 7.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant