SANDRAMSC commited on
Commit
223b16a
2 Parent(s): 6d05377 14eb067

Merge pull request #42 from sandramsc/sandramsc-dev

Browse files

Added full path to the frontend folder in hugging_face.yml

Files changed (1) hide show
  1. .github/workflows/hugging_face.yml +1 -1
.github/workflows/hugging_face.yml CHANGED
@@ -14,7 +14,7 @@ jobs:
14
  fetch-depth: 0
15
  lfs: true
16
  - name: Navigate to frontend directory
17
- run: cd DocVerifyRAG/frontend/
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
14
  fetch-depth: 0
15
  lfs: true
16
  - name: Navigate to frontend directory
17
+ run: cd $GITHUB_WORKSPACE/DocVerifyRAG/frontend
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}