Skip to content

Commit ec38e42

Browse files
committed
added build location
1 parent 6a1816b commit ec38e42

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@ jobs:
3636
run: pnpm install --frozen-lockfile
3737
- name: Build
3838
run: pnpm run build
39-
- name: Export
40-
run: pnpm run export
41-
env:
42-
BASE_PATH: /tinymlhack2024-docs
4339
- name: Prepare for Deployment
4440
run: |
4541
mkdir -p deployment
46-
cp -r out/* deployment/
42+
cp -r .next/standalone/* deployment/
43+
cp -r .next/static deployment/.next/
44+
cp -r public/* deployment/
4745
- uses: actions/upload-pages-artifact@v3
4846
with:
4947
path: ./deployment

0 commit comments

Comments
 (0)