mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-01 06:30:52 +02:00
replace env.GITHUB_ with github.workspace
This commit is contained in:
parent
efdf719125
commit
69332a7acc
7 changed files with 8 additions and 6 deletions
2
.github/workflows/documentation.yaml
vendored
2
.github/workflows/documentation.yaml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
|||
pip3 install jinja2 Pygments
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
|
||||
run: |
|
||||
cmake -Sdocumentation -Bbuild
|
||||
cmake --build build --target GenerateDocs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue