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