Skip to content

Commit fb81c88

Browse files
committed
initial ai chat src
1 parent c014ce2 commit fb81c88

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish-aichat-app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
token: ${{ secrets.WEBSITE_PUBLISH }}
4141
- name: Sync demo app into target subfolder
4242
run: |
43-
rsync -av --delete src/ifcchat/ output/
43+
rsync -av --delete --exclude='.git/' src/ifcchat/ output/
4444
- name: Setup Python
4545
uses: actions/setup-python@v5
4646
with:
@@ -63,4 +63,3 @@ jobs:
6363
6464
git commit -m "$(git log --oneline -1)"
6565
git push origin gh-pages
66-
git push

.github/workflows/publish-pyodide-demo-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
token: ${{ secrets.WEBSITE_PUBLISH }}
4141
- name: Sync demo app into target subfolder
4242
run: |
43-
rsync -av --delete src/pyodide/demo-app/ output/
43+
rsync -av --delete --exclude='.git/' src/pyodide/demo-app/ output/
4444
- name: Commit and push if changed
4545
working-directory: output
4646
run: |
@@ -55,4 +55,3 @@ jobs:
5555
5656
git commit -m "$(git log --oneline -1)"
5757
git push origin gh-pages
58-
git push

0 commit comments

Comments
 (0)