Skip to content

Commit e4fa9f3

Browse files
committed
ci: fix working directory for makeCategory
1 parent 78d6eed commit e4fa9f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pages.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
- name: Install Dependencies
2727
run: npm install
2828
- name: MakeCategory
29-
run: ./public/makeCategory
29+
run: |
30+
cd ./public
31+
./makeCategory
32+
cd ../
3033
- name: Build
3134
run: npm run build
3235
- name: Deploy

0 commit comments

Comments
 (0)