mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-05 08:05:05 +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
|
||||
|
||||
@@ -4,6 +4,6 @@ export default defineConfig({
|
||||
base: './',
|
||||
root: 'src',
|
||||
build: {
|
||||
outDir: '../dist'
|
||||
outDir: '../../dist/orbits'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user