Spaces:
Running
Running
| 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 }} | |