diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 854bd59..904bcd3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,8 @@ jobs: working-directory: recBubbles - name: Move index run: cp index.html dist/ + - name: Move overview images + run: mkdir -p dist/img && cp img/* dist/img - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact diff --git a/img/orbits.png b/img/orbits.png new file mode 100644 index 0000000..d5ab8a2 Binary files /dev/null and b/img/orbits.png differ diff --git a/img/recBubbles.png b/img/recBubbles.png new file mode 100644 index 0000000..a1ef29b Binary files /dev/null and b/img/recBubbles.png differ diff --git a/index.html b/index.html index 73a2d98..b294be1 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,15 @@ Canvas stuff + - Simulation of the solar system - Recursive bubbles + Orbits
+ Recursive bubbles \ No newline at end of file