mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-01 14:58:51 +00:00
moving orbits to directory
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -29,10 +29,12 @@ jobs:
|
||||
with:
|
||||
node-version: 21
|
||||
cache: 'npm'
|
||||
- name: Install dependencies
|
||||
- name: Orbits Install dependencies
|
||||
run: npm install
|
||||
working-directory: orbits
|
||||
- name: Build
|
||||
run: npx vite build
|
||||
working-directory: orbits
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user