mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	fix: add permissions remove docs deploy (#2605)
This commit is contained in:
		
							
								
								
									
										19
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,6 +14,9 @@ jobs: | ||||
|     uses: ./.github/workflows/partial-frontend.yml | ||||
|  | ||||
|   build-release: | ||||
|     permissions: | ||||
|       contents: read | ||||
|       packages: write | ||||
|     name: Build Tagged Release | ||||
|     uses: ./.github/workflows/partial-builder.yml | ||||
|     needs: | ||||
| @@ -25,22 +28,6 @@ jobs: | ||||
|       DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | ||||
|       DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} | ||||
|  | ||||
|   publish-docs: | ||||
|     name: Deploy docs | ||||
|     runs-on: ubuntu-latest | ||||
|     needs: | ||||
|       - build-release | ||||
|     steps: | ||||
|       - name: Checkout main | ||||
|         uses: actions/checkout@v3 | ||||
|  | ||||
|       - name: Deploy docs | ||||
|         uses: mhausenblas/mkdocs-deploy-gh-pages@master | ||||
|         env: | ||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|           CONFIG_FILE: docs/mkdocs.yml | ||||
|           EXTRA_PACKAGES: build-base | ||||
|  | ||||
|   notify-discord: | ||||
|     name: Notify Discord | ||||
|     needs: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user