Skip to content

Commit

Permalink
ci: fix working directory for makeCategory
Browse files Browse the repository at this point in the history
  • Loading branch information
xunpod committed Jun 6, 2024
1 parent 78d6eed commit e4fa9f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: Install Dependencies
run: npm install
- name: MakeCategory
run: ./public/makeCategory
run: |
cd ./public
./makeCategory
cd ../
- name: Build
run: npm run build
- name: Deploy
Expand Down

0 comments on commit e4fa9f3

Please sign in to comment.