mirror of
https://github.com/Sheldan/canvas.git
synced 2026-04-20 13:26:49 +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:
|
with:
|
||||||
node-version: 21
|
node-version: 21
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- name: Install dependencies
|
- name: Orbits Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
working-directory: orbits
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npx vite build
|
run: npx vite build
|
||||||
|
working-directory: orbits
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ export default defineConfig({
|
|||||||
base: './',
|
base: './',
|
||||||
root: 'src',
|
root: 'src',
|
||||||
build: {
|
build: {
|
||||||
outDir: '../dist'
|
outDir: '../../dist/orbits'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user