mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Sets the Git information before pushing the documentation build
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -82,6 +82,8 @@ jobs: | |||||||
|         if: github.event_name == 'push' && github.ref == 'refs/heads/main' |         if: github.event_name == 'push' && github.ref == 'refs/heads/main' | ||||||
|         run: | |         run: | | ||||||
|           echo "docs.paperless-ngx.com" > "${{ github.workspace }}/docs/CNAME" |           echo "docs.paperless-ngx.com" > "${{ github.workspace }}/docs/CNAME" | ||||||
|  |           git config --global user.name "${{ github.actor }}" | ||||||
|  |           git config --global user.email "${{ github.actor }}@users.noreply.github.com" | ||||||
|           pipenv --python ${{ steps.setup-python.outputs.python-version }} run mkdocs gh-deploy --force --no-history |           pipenv --python ${{ steps.setup-python.outputs.python-version }} run mkdocs gh-deploy --force --no-history | ||||||
|       - |       - | ||||||
|         name: Upload artifact |         name: Upload artifact | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Trenton Holmes
					Trenton Holmes