diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc1ea71..74fddf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,9 +31,11 @@ jobs: - name: Orbits Install dependencies run: npm install working-directory: orbits - - name: Build + - name: Orbits Build run: npx vite build working-directory: orbits + - name: Move index + run: cp index.html dist/ - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact diff --git a/index.html b/index.html new file mode 100644 index 0000000..c3acb76 --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ + + + Canvas stuff + + + Simulation of the solar system + + \ No newline at end of file