Skip to content

Commit 4a59cf2

Browse files
switch to new site design
index3.html (threejs) -> production index.html index.html (rst) -> production index_old.html also: remove index2.html, which was an intermediate state, but rendered slow on some devices.
1 parent a775cf3 commit 4a59cf2

2 files changed

Lines changed: 8 additions & 1813 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929
make
3030
3131
git add --all .
32+
33+
# index.html is the old, rather simple site, built from the rst files, let's keep it
34+
# at index_old.html for a while.
35+
git mv index.html index_old.html
36+
37+
# index3.html is the new site made with threejs - let's use the new site!
38+
git mv index3.html index.html
39+
3240
git commit -m "Automatically built pages at $(git rev-parse --short HEAD)" || exit 0
3341
3442
# travis/github_deploy_key.enc is an encrypted SSH key.

0 commit comments

Comments
 (0)