mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
initial ai chat src
This commit is contained in:
@@ -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/ifcchat/ output/
|
rsync -av --delete --exclude='.git/' src/ifcchat/ output/
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
@@ -63,4 +63,3 @@ jobs:
|
|||||||
|
|
||||||
git commit -m "$(git log --oneline -1)"
|
git commit -m "$(git log --oneline -1)"
|
||||||
git push origin gh-pages
|
git push origin gh-pages
|
||||||
git push
|
|
||||||
|
|||||||
@@ -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/
|
rsync -av --delete --exclude='.git/' 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: |
|
||||||
@@ -55,4 +55,3 @@ jobs:
|
|||||||
|
|
||||||
git commit -m "$(git log --oneline -1)"
|
git commit -m "$(git log --oneline -1)"
|
||||||
git push origin gh-pages
|
git push origin gh-pages
|
||||||
git push
|
|
||||||
|
|||||||
Reference in New Issue
Block a user