mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Fix mkdir step when copying generated files
This commit is contained in:
parent
7607abc726
commit
694f551625
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
|
||||
- name: 📂 Copy Generated Files
|
||||
run: |
|
||||
mkdir -p src/khoj/interface/
|
||||
mkdir -p src/khoj/interface/built
|
||||
cp -r /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/khoj/interface/built/* src/khoj/interface/built/
|
||||
|
||||
- name: ⚙️ Build Python Package
|
||||
|
|
Loading…
Reference in a new issue