Skip to content

Fix make site-docs - #577

Merged
vilmibm merged 1 commit into
masterfrom
update-site-docs
Mar 4, 2020
Merged

Fix make site-docs#577
vilmibm merged 1 commit into
masterfrom
update-site-docs

Conversation

@mislav

@mislav mislav commented Mar 3, 2020

Copy link
Copy Markdown
Contributor

The old code was outdated after the move to cli.github.com docs repo

Comment thread Makefile
rm -f site/manual/*.bak
git -C site add 'manual/gh*.md'
git -C site commit -m 'update help docs'
git -C site push

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

i'm confused why we'd commit and not push?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Mainly because a separate commit will be needed to bump the version number in site/index.html on release. Pushing before that would rebuild the site with new docs but with old version number referenced on the home page.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

ah right.

@vilmibm
vilmibm merged commit bc6a151 into master Mar 4, 2020
@mislav
mislav deleted the update-site-docs branch March 27, 2020 14:09
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