remove release action & add rsync action
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				mkdocs build / build (push) Failing after 3s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	mkdocs build / build (push) Failing after 3s
				
			This commit is contained in:
		| @@ -12,12 +12,15 @@ jobs: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v4 | ||||
|       - name: Mkdocs build | ||||
|         uses: ./mkdocs-build-action/ # Uses an action in this directory | ||||
|       - name: Create release | ||||
|         uses: akkuman/gitea-release-action@v1 | ||||
|         with: | ||||
|           files: |- | ||||
|             _site/** | ||||
|           token: "${{ secrets.RELEASE_TOKEN }}" | ||||
|         uses: ./.actions/mkdocs-build/ # Uses an action in this directory | ||||
|       - name: rsync files | ||||
|         uses: ./.actions/rsync/ | ||||
| #      # working, but i don't need this | ||||
| #      - name: Create release | ||||
| #        uses: akkuman/gitea-release-action@v1 | ||||
| #        with: | ||||
| #          files: |- | ||||
| #            _site/** | ||||
| #          token: "${{ secrets.RELEASE_TOKEN }}" | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user