use fork with github.com check disabled
This commit is contained in:
		
							parent
							
								
									48b9176ea7
								
							
						
					
					
						commit
						73b85a8dae
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -15,7 +15,7 @@ jobs:
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
        run: npx @11ty/eleventy
 | 
					        run: npx @11ty/eleventy
 | 
				
			||||||
      - name: Upload artifact
 | 
					      - name: Upload artifact
 | 
				
			||||||
        uses: actions/upload-artifact@v4
 | 
					        uses: https://data.forgejo.org/forgejo/upload-artifact@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: dist
 | 
					          name: dist
 | 
				
			||||||
          path: dist/
 | 
					          path: dist/
 | 
				
			||||||
| 
						 | 
					@ -25,7 +25,7 @@ jobs:
 | 
				
			||||||
    container:
 | 
					    container:
 | 
				
			||||||
      image: node:21-bullseye # Required by actions/download-artifact
 | 
					      image: node:21-bullseye # Required by actions/download-artifact
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/download-artifact@v4
 | 
					      - uses: https://data.forgejo.org/forgejo/download-artifact@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: dist
 | 
					          name: dist
 | 
				
			||||||
      - name: rsync deployment
 | 
					      - name: rsync deployment
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue