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

Automate Homepage Generation #41

Open
ax3l opened this issue Jun 9, 2021 · 1 comment
Open

Automate Homepage Generation #41

ax3l opened this issue Jun 9, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ax3l
Copy link
Member

ax3l commented Jun 9, 2021

We want to automate the generation of the homepage under https://github.com/picmi-standard/picmi-standard.github.io

We probably want to:

  • build it with every push & release (note: start putting tags/releases on the repo)
  • host it on readthedocs

What is the current manual set of commands to update the homepage?

@ax3l ax3l assigned ax3l and RemiLehe Jun 9, 2021
@ax3l ax3l added the enhancement New feature or request label Jun 9, 2021
@ax3l
Copy link
Member Author

ax3l commented Jun 9, 2021

Current workflow

cd picmi/PICMI_Python
python setup.py develop
cd Docs
make html

cd ../picmi-standard.github.io
rm -rf ./*
mv ../picmi/Docs/build/html/* .
git add -a .
git commit
git push

# optional
pip uninstall picmistandard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants