Skip to content

Conversation

dakusui
Copy link
Contributor

@dakusui dakusui commented Mar 11, 2025

Hi!
This is a pull request to add a gh-page based documentation site.
You can deploy your web site by doing make-site-deploy.
The site will look like this: https://dakusui.github.io/insdog/ (Doesn't it look cool?)

Before trying this feature you need to create gh-pages branch on your remote GitHub repo by doing for example:

 git checkout --orphan gh-pages
 rm -fr ./* .idea/ .github/
 touch README.md
 git add README.md 
 git commit -a -m 'Initial commit'
 git push -u origin gh-pages:gh-pages

Also, please ensure your gh-pages is enabled. (I know your company's policy, but don't worry and don't forget InsDog is already open-sourced!)

Screenshot from 2025-03-12 07-52-54

@dakusui dakusui changed the title Publish gh-pages by site-deploy target in Makefile feat: Publish gh-pages by site-deploy target in Makefile Mar 11, 2025
Copy link
Collaborator

@sukezan sukezan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
I tried it on my forked repo and confirmed that it works.

@sukezan sukezan merged commit 220a026 into moneyforward:main Mar 31, 2025
1 check passed
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