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 }}