hadinicknam's picture
Fix HF Space URL to Nicknam
80b315d
raw
history blame contribute delete
323 Bytes
name: Sync to HF
on: [push]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with: {fetch-depth: 0, lfs: true}
- run: git push --force https://mhadiniknam:$HF_TOKEN@huggingface.co/spaces/Nicknam/Attention-Show main
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}