mirror of
https://github.com/Sheldan/canvas.git
synced 2026-03-24 13:44:41 +00:00
adding index page
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user