Skip to content

Commit f4d880e

Browse files
committed
added next build path
1 parent c96048d commit f4d880e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pages.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
- run: npm install -g pnpm
2626
- run: pnpm install
2727
- run: pnpm run build
28+
- run: pnpm run export
2829
env:
2930
BASE_PATH: /tinymlhack2024-docs
31+
- name: List Files After Export
32+
run: ls -R out
3033
- name: Prepare for Deployment
3134
run: |
3235
mkdir -p deployment

0 commit comments

Comments
 (0)