forked from laurens/fediversity_website
		
	Update workflow
This commit is contained in:
		
							parent
							
								
									0cdd34e4ed
								
							
						
					
					
						commit
						3d7e66a80b
					
				
					 1 changed files with 10 additions and 2 deletions
				
			
		
							
								
								
									
										12
									
								
								.github/workflows/build-website.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/build-website.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -18,8 +18,16 @@ jobs: | |||
|           ls ${{ github.workspace }} | ||||
|       - name: Install Nikola | ||||
|         run: | | ||||
|           pip install "Nikola[extras]" | ||||
|           echo pip install "Nikola[extras]" | ||||
|       - name: Run nikola build | ||||
|         run: | | ||||
|           nikola build | ||||
|           echo nikola build | ||||
|       - name: Start content sync (webhook) | ||||
|         uses: distributhor/workflow-webhook@v3 | ||||
|         env: | ||||
|           webhook_url: https://www3.nluug.nl/webhooks/website/pull | ||||
|       - name: Start website build (webhook) | ||||
|         uses: distributhor/workflow-webhook@v3 | ||||
|         env: | ||||
|           webhook_url: https://www3.nluug.nl/webhooks/website/build | ||||
|       - run: echo "🍏 This job's status is ${{ job.status }}." | ||||
|  |  | |||
		Reference in a new issue