mirror of
				https://github.com/theoludwig/libcproject.git
				synced 2025-05-21 23:21:15 +02:00 
			
		
		
		
	fix: generate documentation after release
To have the correct version number in the documentation (version.h).
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -25,9 +25,6 @@ jobs: | ||||
|  | ||||
|       - run: 'make set_version' | ||||
|  | ||||
|       - name: 'Generate Documentation' | ||||
|         run: 'make documentation' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.1.0' | ||||
|         with: | ||||
| @@ -45,6 +42,9 @@ jobs: | ||||
|           GIT_COMMITTER_NAME: ${{ secrets.GIT_NAME }} | ||||
|           GIT_COMMITTER_EMAIL: ${{ secrets.GIT_EMAIL }} | ||||
|  | ||||
|       - name: 'Generate Documentation' | ||||
|         run: 'make documentation' | ||||
|  | ||||
|       - name: 'Deploy to Vercel' | ||||
|         run: 'npx vercel ./documentation/html --token="${VERCEL_TOKEN}" --prod' | ||||
|         env: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user