mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
build test without publish
This commit is contained in:
parent
d8c4c209fa
commit
b3b2581405
1 changed files with 6 additions and 8 deletions
14
.github/workflows/documentation.yaml
vendored
14
.github/workflows/documentation.yaml
vendored
|
@ -1,9 +1,7 @@
|
||||||
name: Documentation
|
name: Documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push
|
||||||
tags:
|
|
||||||
- "*"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
|
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
|
||||||
|
@ -38,8 +36,8 @@ jobs:
|
||||||
cmake -Sdocumentation -Bbuild
|
cmake -Sdocumentation -Bbuild
|
||||||
cmake --build build --target GenerateDocs
|
cmake --build build --target GenerateDocs
|
||||||
|
|
||||||
- name: Publish
|
# - name: Publish
|
||||||
uses: peaceiris/actions-gh-pages@v4
|
# uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
# with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./build/doxygen/html
|
# publish_dir: ./build/doxygen/html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue