1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-09-17 04:45:54 +02:00

fix: generate documentation after release

To have the correct version number in the documentation (version.h).
This commit is contained in:
Divlo 2023-01-06 17:58:15 +01:00
parent 892cc71391
commit 471cb862f5
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -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: