CoolFace
Apppublic

XJabin/NEPSE-Predictor

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
sync_to_hf.yml18 linesDownload Raw Back to workflows
1name: Sync to Hugging Face Hub2on:3  push:4    branches: [main]5  workflow_dispatch:6 7jobs:8  sync:9    runs-on: ubuntu-latest10    steps:11      - uses: actions/checkout@v312        with:13          fetch-depth: 014      - name: Push to HF15        env:16          HF_TOKEN: ${{ secrets.HF_TOKEN }}17        run: |18          git push --force https://XJabin:$HF_TOKEN@huggingface.co/spaces/XJabin/NEPSE-Predictor main