Skip to content

Commit

Permalink
add back gif
Browse files Browse the repository at this point in the history
  • Loading branch information
cfahlgren1 committed Oct 2, 2024
1 parent 66ff1f5 commit 4130f8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true

- name: Set up Node.js
uses: actions/setup-node@v3
Expand All @@ -28,15 +25,17 @@ jobs:
- name: Build project
run: npm run build

- name: Copy README to dist
run: cp README.md dist/

- name: Push to Hugging Face Spaces
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
cp -r dist/* .
rm -rf .git
cd dist
git init
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git add .
git commit -m "Update build artifacts"
git commit -m "Update build artifacts and README"
git push --force https://${{ secrets.HF_USERNAME }}:[email protected]/spaces/${{ secrets.HF_USERNAME }}/${{ secrets.SPACE_NAME }} HEAD:main
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ license: apache-2.0

</div>

![WebLLM Gif](./webllm.gif)

## Chat Stats

![Chat Stats](./chat-stats.png)
Expand Down

0 comments on commit 4130f8c

Please sign in to comment.