Skip to content

Add GitHub Actions workflow for documentation deployment#3

Closed
rong-xyz wants to merge 1 commit into
mainfrom
claude/github-pages-docs-RMDbN
Closed

Add GitHub Actions workflow for documentation deployment#3
rong-xyz wants to merge 1 commit into
mainfrom
claude/github-pages-docs-RMDbN

Conversation

@rong-xyz

Copy link
Copy Markdown
Collaborator
  • Create deploy-docs.yml workflow to build and deploy Jekyll site to GitHub Pages
  • Use ruby/setup-ruby action to install dependencies
  • Deploy to gh-pages branch using peaceiris/actions-gh-pages
  • Add Gemfile with just-the-docs and required Jekyll plugins
  • Update _config.yml to use remote_theme for GitHub Actions compatibility

This enables automatic deployment of documentation when pushing to main or feature branches.

https://claude.ai/code/session_01MzB4uYLBNxB2FhhctVBYaq

- Create deploy-docs.yml workflow to build and deploy Jekyll site to GitHub Pages
- Use ruby/setup-ruby action to install dependencies
- Deploy to gh-pages branch using peaceiris/actions-gh-pages
- Add Gemfile with just-the-docs and required Jekyll plugins
- Update _config.yml to use remote_theme for GitHub Actions compatibility

This enables automatic deployment of documentation when pushing to main or feature branches.

https://claude.ai/code/session_01MzB4uYLBNxB2FhhctVBYaq
@rong-xyz rong-xyz closed this Apr 1, 2026
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.

2 participants