Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone wiki and update wiki .md files directly with build-wiki script. #33

Open
samussiah opened this issue Aug 15, 2019 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@samussiah
Copy link
Contributor

No description provided.

@samussiah
Copy link
Contributor Author

Almost there with this script:

git clone https://github.com/RhoInc/dashboard-charts.wiki && node ./scripts/update-wiki.js && cd dashboard-charts.wiki/ && git add -A && git commit -a -m 'rebuild wiki' && git push && cd .. && rm -rf dashboard-charts.wiki/

It's failing at the git add -A after the cd dashboard-charts.wiki/ command. Might need to do something else to move into the wiki repo, commit and push the updates, and move back out and remove.

@samussiah samussiah added the help wanted Extra attention is needed label Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant