From 8a3fb75dd08fb7315075c9f4d659314b87076259 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:40:19 +0100 Subject: [PATCH] adding index page --- .github/workflows/build.yml | 4 +++- index.html | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 index.html 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 @@ + +
+