workflow-fix #43
							
								
								
									
										12
									
								
								.github/workflows/ftpDeploy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/ftpDeploy.yml
									
									
									
									
										vendored
									
									
								
							@ -6,19 +6,17 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: 🚚 Get latest code
 | 
			
		||||
      uses: actions/checkout@v2
 | 
			
		||||
      uses: actions/checkout@v3
 | 
			
		||||
      
 | 
			
		||||
    - name: Use Node.js 12
 | 
			
		||||
      uses: actions/setup-node@v2-beta
 | 
			
		||||
    - name: Use Node.js LTS
 | 
			
		||||
      uses: actions/setup-node@v3
 | 
			
		||||
      with:
 | 
			
		||||
        node-version: '12'
 | 
			
		||||
        
 | 
			
		||||
    - name: 🔨Run Gulp
 | 
			
		||||
        node-version: 'lts'
 | 
			
		||||
      run: |
 | 
			
		||||
        export github="true"
 | 
			
		||||
        npm install
 | 
			
		||||
        npm start
 | 
			
		||||
    
 | 
			
		||||
        
 | 
			
		||||
    - name: 📂 Sync files
 | 
			
		||||
      uses: airvzxf/ftp-deployment-action@latest
 | 
			
		||||
      with:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user