DinisCruz commited on
Commit
4baa8f7
·
1 Parent(s): c9bb68c

improve gf repo path

Browse files
.github/workflows/deploy.yml CHANGED
@@ -5,7 +5,8 @@ name: Deploy to GitHub Pages
5
  # push:
6
  # branches:
7
  # - main
8
- #on: push
 
9
 
10
  permissions:
11
  contents: write
 
5
  # push:
6
  # branches:
7
  # - main
8
+
9
+ on: merge
10
 
11
  permissions:
12
  contents: write
.github/workflows/push_to_hf.yml CHANGED
@@ -8,7 +8,7 @@ jobs:
8
 
9
  steps:
10
  - name: Checkout Repository
11
- uses: actions/checkout@v2
12
 
13
  - name: Configure Git
14
  run: |
@@ -17,5 +17,5 @@ jobs:
17
 
18
  - name: Push to Hugging Face Repository
19
  run: |
20
- git remote add huggingface https://${{ secrets.HF_TOKEN }}@huggingface.co/the-cbr/test-athena.git
21
  git push huggingface main # replace "main" with your branch if different
 
8
 
9
  steps:
10
  - name: Checkout Repository
11
+ uses: actions/checkout@v3
12
 
13
  - name: Configure Git
14
  run: |
 
17
 
18
  - name: Push to Hugging Face Repository
19
  run: |
20
+ git remote add huggingface https://${{ secrets.HF_TOKEN }}@huggingface.co/spaces/the-cbr/cbr-athena
21
  git push huggingface main # replace "main" with your branch if different