main: minor bugfix
This commit is contained in:
		
							parent
							
								
									f1fa866d7c
								
							
						
					
					
						commit
						ba8c730fb3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/website.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/website.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -41,9 +41,9 @@ jobs:
 | 
				
			||||||
      - name: create index.glb
 | 
					      - name: create index.glb
 | 
				
			||||||
        run: cp example/assets/*.glb .
 | 
					        run: cp example/assets/*.glb .
 | 
				
			||||||
      - name: cleanup 1
 | 
					      - name: cleanup 1
 | 
				
			||||||
        run: test -f example/three/sandbox/other.gltf && rm example/three/sandbox/other.gltf 
 | 
					        run: test -f example/three/sandbox/other.gltf && rm example/three/sandbox/other.gltf || true
 | 
				
			||||||
      - name: cleanup 2
 | 
					      - name: cleanup 2
 | 
				
			||||||
        run: test -f example/three/sandbox/assets/2wa.gitlab.io && rm -rf example/three/sandbox/assets/2wa.gitlab.io 
 | 
					        run: test -f example/three/sandbox/assets/2wa.gitlab.io && rm -rf example/three/sandbox/assets/2wa.gitlab.io || true
 | 
				
			||||||
      #  working-directory: ./
 | 
					      #  working-directory: ./
 | 
				
			||||||
      - name: Upload artifact
 | 
					      - name: Upload artifact
 | 
				
			||||||
        uses: actions/upload-pages-artifact@v2
 | 
					        uses: actions/upload-pages-artifact@v2
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue