mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 13:41:13 +02:00
try again
This commit is contained in:
parent
b3b2581405
commit
36a6680ad8
1 changed files with 8 additions and 1 deletions
9
.github/workflows/documentation.yaml
vendored
9
.github/workflows/documentation.yaml
vendored
|
@ -1,7 +1,14 @@
|
|||
name: Documentation
|
||||
|
||||
on:
|
||||
push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
env:
|
||||
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue