You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
We want to automate the generation of the homepage under https://github.com/picmi-standard/picmi-standard.github.io
We probably want to:
What is the current manual set of commands to update the homepage?
The text was updated successfully, but these errors were encountered: