Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	
		NguyenS
		
	commited on
		
		
					Update main.yml
Browse files
    	
        .github/workflows/main.yml
    CHANGED
    
    | @@ -15,9 +15,9 @@ jobs: | |
| 15 | 
             
                      fetch-depth: -1
         | 
| 16 | 
             
                  - name: Add remote 
         | 
| 17 | 
             
                    env:
         | 
| 18 | 
            -
                      HF: ${{ secrets. | 
| 19 | 
            -
                    run: git remote add space https:// | 
| 20 | 
             
                  - name: Push to hub
         | 
| 21 | 
             
                    env:
         | 
| 22 | 
            -
                      HF: ${{ secrets. | 
| 23 | 
            -
                    run: git push --force https:// | 
|  | |
| 15 | 
             
                      fetch-depth: -1
         | 
| 16 | 
             
                  - name: Add remote 
         | 
| 17 | 
             
                    env:
         | 
| 18 | 
            +
                      HF: ${{ secrets.HG }}
         | 
| 19 | 
            +
                    run: git remote add space https://huggingface.co/spaces/Nguyens/mlops-demo
         | 
| 20 | 
             
                  - name: Push to hub
         | 
| 21 | 
             
                    env:
         | 
| 22 | 
            +
                      HF: ${{ secrets.HG }}
         | 
| 23 | 
            +
                    run: git push --force https://huggingface.co/spaces/Nguyens/mlops-demo main
         |