Skip to content

Commit ae35b42

Browse files
committed
chore: configure to deploy on "simde.net"
1 parent 4b3ad5d commit ae35b42

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: pnpm install --frozen-lockfile
4242
- name: Build
43-
run: pnpm build:pages
43+
run: pnpm build
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v5
4646
- name: Upload artifact

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"type": "module",
1616
"scripts": {
1717
"build": "tsc && vite build",
18-
"build:pages": "tsc && VITE_CONFIG_BASE='/SIMDE/' vite build",
1918
"check": "biome check --apply ./src",
2019
"dev": "vite",
2120
"docs": "typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs",

0 commit comments

Comments
 (0)