From dae73c28a1517a7583b243a04b3dd50905ee9993 Mon Sep 17 00:00:00 2001 From: Reinaldo Chaves Date: Sun, 29 Sep 2024 17:32:05 -0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0daa792..10a112b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,19 +10,10 @@ jobs: sync-to-hub: runs-on: ubuntu-latest steps: - - name: Set up Node.js 20.x - uses: actions/setup-node@v3 - with: - node-version: '20' - - uses: actions/checkout@v3 with: fetch-depth: 0 lfs: true - - - name: Pull latest changes allowing unrelated histories - run: git pull --no-rebase --allow-unrelated-histories https://reichaves:$HF_TOKEN@huggingface.co/spaces/reichaves/Chatbot-Gemma2-9b-It-all-MiniLM-L6-v2-Brazil-PDF main - - name: Push to hub env: HF_TOKEN: ${{ secrets.HF_TOKEN }}