Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reichaves authored Sep 29, 2024
1 parent 8ead5f6 commit dae73c2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]/spaces/reichaves/Chatbot-Gemma2-9b-It-all-MiniLM-L6-v2-Brazil-PDF main

- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
Expand Down

0 comments on commit dae73c2

Please sign in to comment.