WIP
This commit is contained in:
		
							parent
							
								
									f7eae5a3bc
								
							
						
					
					
						commit
						8401af8460
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								.forgejo/workflows/demo.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.forgejo/workflows/demo.yaml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - actions-test
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: host
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git knots-trunk
 | 
			
		||||
      - run: git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git --branch=pages knots-pages
 | 
			
		||||
      - run: |
 | 
			
		||||
          cd knots-trunk
 | 
			
		||||
          guix shell -D -f guix-dev.scm -- documenta api knots
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue