setting up gitea actions
This commit is contained in:
		
							
								
								
									
										22
									
								
								.gitea/workflows/build.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								.gitea/workflows/build.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | |||||||
|  |  | ||||||
|  | name: Build container images | ||||||
|  |  | ||||||
|  | on: | ||||||
|  |   push: | ||||||
|  |     branches: | ||||||
|  |     - master | ||||||
|  |  | ||||||
|  | jobs: | ||||||
|  |   build: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     container: | ||||||
|  |       image: gitea.jbrumond.me/doc-utils/utils:0.2 | ||||||
|  |     steps: | ||||||
|  |     - name: Check out the repo | ||||||
|  |       uses: actions/checkout@v3 | ||||||
|  |        | ||||||
|  |     - name: Build docs to webpage | ||||||
|  |       run: docs2website ./config.yaml | ||||||
|  |  | ||||||
|  |     - name: List files | ||||||
|  |       run: ls -l www | ||||||
		Reference in New Issue
	
	Block a user