mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Fix mkdir step when copying generated files
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user