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
We have the sciwiki preview site but it only shows you the last (non-main branch) commit.
Would be nice if the build process generated a zip file of the static site with every build, that you could download from github (or gitlab or wherever is appropriate).
Search would not work but you could at least see how your changes would look.
You would just unzip and change to the root directory, then run python3 -m http.server and browse to http://localhost:8000 .
This would reduce the need to build the site yourself. Hopefully the zip files would be small, otherwise this would cause a bit of a proliferation.
The text was updated successfully, but these errors were encountered:
We have the sciwiki preview site but it only shows you the last (non-main branch) commit.
Would be nice if the build process generated a zip file of the static site with every build, that you could download from github (or gitlab or wherever is appropriate).
Search would not work but you could at least see how your changes would look.
You would just unzip and change to the root directory, then run
python3 -m http.server
and browse to http://localhost:8000 .This would reduce the need to build the site yourself. Hopefully the zip files would be small, otherwise this would cause a bit of a proliferation.
The text was updated successfully, but these errors were encountered: