This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
name: build pdf
 | 
			
		||||
on: [push,watch]
 | 
			
		||||
on: push
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
@@ -7,7 +7,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out the repository
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
        uses: http://localhost:3000/sxlxc/checkout@v4
 | 
			
		||||
 | 
			
		||||
      - name: Compile LaTeX using local TeX Live
 | 
			
		||||
        # These commands run directly in your machine's shell
 | 
			
		||||
@@ -18,7 +18,7 @@ jobs:
 | 
			
		||||
      - name: List files in the workspace
 | 
			
		||||
        run: ls -l
 | 
			
		||||
 | 
			
		||||
      - uses: akkuman/gitea-release-action@v1
 | 
			
		||||
      - uses: http://localhost:3000/sxlxc/gitea-release-action@v1
 | 
			
		||||
        with:
 | 
			
		||||
          body: ''
 | 
			
		||||
          prerelease: true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user