NguyenS commited on
Commit
d004064
·
unverified ·
1 Parent(s): f7d013b

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -5
.github/workflows/main.yml CHANGED
@@ -26,17 +26,14 @@ jobs:
26
  - uses: actions/checkout@v3
27
  with:
28
  fetch-depth: 0
29
-
30
  - name: Add remote
31
  env:
32
  HF: ${{secrets.HF}}
33
- run: git remote add space https://huggingface.co/spaces/Nguyens/mlops-demo
34
-
35
  - name: Push to hub
36
  env:
37
  HF: ${{secrets.HF}}
38
  run: git push --force add space https://huggingface.co/spaces/Nguyens/mlops-demo main
39
-
40
  # # Runs a single command using the runners shell
41
  # - name: Run a one-line script
42
  # run: echo Hello, world!
@@ -45,4 +42,4 @@ jobs:
45
  # - name: Run a multi-line script
46
  # run: |
47
  # echo Add other actions to build,
48
- # echo test, and deploy your project.
 
26
  - uses: actions/checkout@v3
27
  with:
28
  fetch-depth: 0
 
29
  - name: Add remote
30
  env:
31
  HF: ${{secrets.HF}}
32
+ run: git remote add space https://huggingface.co/spaces/Nguyens/mlops-demo
 
33
  - name: Push to hub
34
  env:
35
  HF: ${{secrets.HF}}
36
  run: git push --force add space https://huggingface.co/spaces/Nguyens/mlops-demo main
 
37
  # # Runs a single command using the runners shell
38
  # - name: Run a one-line script
39
  # run: echo Hello, world!
 
42
  # - name: Run a multi-line script
43
  # run: |
44
  # echo Add other actions to build,
45
+ # echo test, and deploy your project