add remaining headings and github action workflow
This commit is contained in:
		
							
								
								
									
										13
									
								
								.github/workflows/buildtypst.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/buildtypst.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
name: Build Typst document
 | 
			
		||||
on: push
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build_typst_documents:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
      - name: Typst
 | 
			
		||||
        uses: lvignoli/typst-action@main
 | 
			
		||||
        with:
 | 
			
		||||
          source_file: typstalt/main.typ
 | 
			
		||||
		Reference in New Issue
	
	Block a user