Skip to content

Commit

Permalink
break up pypicollectstatic steps into a separate gh action step
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Sep 19, 2024
1 parent ab3d8d1 commit 2615f9d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ jobs:
- name: ⬇️ Install Web Client
run: |
yarn install
yarn pypiciexport
working-directory: src/interface/web

- name: Build and copy files
run: |
yarn build
mkdir -p /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/khoj/interface/compiled
cp -r out/ /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/khoj/interface/compiled
yarn cicollectstatic
working-directory: src/interface/web

- name: 📂 Copy Generated Files
Expand Down

0 comments on commit 2615f9d

Please sign in to comment.