mirror of
				https://github.com/Rafostar/clapper.git
				synced 2025-10-31 02:15:36 +01:00 
			
		
		
		
	workflows: doc: Continue on commit/push errors
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/documentation.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/documentation.yml
									
									
									
									
										vendored
									
									
								
							| @@ -34,6 +34,7 @@ jobs: | ||||
|         meson compile | ||||
|     - name: Commit files | ||||
|       if: ${{ success() && github.ref == 'refs/heads/master' }} | ||||
|       continue-on-error: true | ||||
|       run: | | ||||
|         git config --global --add safe.directory $GITHUB_WORKSPACE | ||||
|         git checkout gh-pages | ||||
| @@ -50,6 +51,7 @@ jobs: | ||||
|     - name: Push changes | ||||
|       uses: ad-m/github-push-action@master | ||||
|       if: ${{ success() && github.ref == 'refs/heads/master' }} | ||||
|       continue-on-error: true | ||||
|       with: | ||||
|         github_token: ${{ secrets.GITHUB_TOKEN }} | ||||
|         branch: gh-pages | ||||
|   | ||||
		Reference in New Issue
	
	Block a user