Skip to content

Commit 0a1017b

Browse files
Remove dynamic folders from static export
1 parent b0212d1 commit 0a1017b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: npm install
2222

23-
- name: Remove admin folder from static export
24-
run: rm -rf ./src/app/admin
23+
- name: Remove folders from static export
24+
run: rm -rf ./src/app/admin && rm -rf ./src/app/api/auth && rm -rf ./src/app/api/upload
2525

2626
- name: Build and Static HTML Export
2727
run: npm run build

0 commit comments

Comments
 (0)