mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
initial ai chat src
This commit is contained in:
@@ -40,13 +40,13 @@ jobs:
|
|||||||
token: ${{ secrets.WEBSITE_PUBLISH }}
|
token: ${{ secrets.WEBSITE_PUBLISH }}
|
||||||
- name: Sync demo app into target subfolder
|
- name: Sync demo app into target subfolder
|
||||||
run: |
|
run: |
|
||||||
rsync -av --delete src/ifcchat/ output/app
|
rsync -av --delete src/ifcchat/ output/
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- name: Download wheels
|
- name: Download wheels
|
||||||
working-directory: output/app
|
working-directory: output/
|
||||||
run: |
|
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
|
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
|
- name: Commit and push if changed
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
token: ${{ secrets.WEBSITE_PUBLISH }}
|
token: ${{ secrets.WEBSITE_PUBLISH }}
|
||||||
- name: Sync demo app into target subfolder
|
- name: Sync demo app into target subfolder
|
||||||
run: |
|
run: |
|
||||||
rsync -av --delete src/pyodide/demo-app/ output/app
|
rsync -av --delete src/pyodide/demo-app/ output/
|
||||||
- name: Commit and push if changed
|
- name: Commit and push if changed
|
||||||
working-directory: output
|
working-directory: output
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user