Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Oct 27, 2024
1 parent 62cd60d commit fdbd0ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ jobs:
# . .venv/bin/activate
# python build_docs.py
- name: Upload files
shell: bash
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
working-directory: ./backend
run: |
. .venv/bin/activate
huggingface-cli login --token "${HF_TOKEN}"
huggingface-cli login --token "${{ secrets.HUGGINGFACE_TOKEN }}"
huggingface-cli upload ${{ env.HF_RAG_REPO }} ./data / --repo-type dataset
huggingface-cli logout

0 comments on commit fdbd0ea

Please sign in to comment.