initial ai chat src

This commit is contained in:
Thomas Krijnen
2026-04-01 15:52:22 +02:00
parent ff65719074
commit c014ce2b46
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -40,13 +40,13 @@ jobs:
token: ${{ secrets.WEBSITE_PUBLISH }}
- name: Sync demo app into target subfolder
run: |
rsync -av --delete src/ifcchat/ output/app
rsync -av --delete src/ifcchat/ output/
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Download wheels
working-directory: output/app
working-directory: output/
run: |
pip download ifcquery==0.8.5 ifcopenshell-mcp==0.8.5 ifcedit==0.8.5 lark==1.3.1 isodate==0.7.2 --no-deps -d ./dist
- name: Commit and push if changed
@@ -40,7 +40,7 @@ jobs:
token: ${{ secrets.WEBSITE_PUBLISH }}
- name: Sync demo app into target subfolder
run: |
rsync -av --delete src/pyodide/demo-app/ output/app
rsync -av --delete src/pyodide/demo-app/ output/
- name: Commit and push if changed
working-directory: output
run: |