This commit is contained in:
		| @@ -10,10 +10,12 @@ jobs: | |||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v4 | ||||||
| #      - name: Build with MkDocs |  | ||||||
| #        uses: moonpathbg/mkdocs_builder@latest # https://github.com/moonpathbg/mkdocs_builder |  | ||||||
| #        #uses: romw314/mkdocs-action@v2 # https://github.com/marketplace/actions/mkdocs-build |  | ||||||
|       - name: Mkdocs build |       - name: Mkdocs build | ||||||
|         uses: ./mkdocs-build-action/ # Uses an action in the root directory |         uses: ./mkdocs-build-action/ # Uses an action in this directory | ||||||
|         id: build |       - name: Create release | ||||||
|  |         uses: https://gitea.com/actions/release-action@main | ||||||
|  |         with: | ||||||
|  |           files: |- | ||||||
|  |             .site/** | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user