mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 09:09:25 +08:00 
			
		
		
		
	Add workflow for pushing docs
This commit is contained in:
		
							
								
								
									
										17
									
								
								.github/workflows/docs.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/docs.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| name: Deploy Site | ||||
| on: | ||||
|     workflow_dispatch | ||||
|  | ||||
| jobs: | ||||
|   build: | ||||
|     runs-on: windows-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@master | ||||
|     - uses: actions/setup-dotnet@v1 | ||||
|       with: | ||||
|         dotnet-version: '3.1.301' # SDK Version to use. | ||||
|     - run: | | ||||
|         cd docs | ||||
|         dotnet run -- deploy | ||||
|       env: | ||||
|         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
		Reference in New Issue
	
	Block a user
	 Patrik Svensson
					Patrik Svensson