fix(landing-page): Bundle-relative Pfade fuer Reports, cppcheck-Step vor landing-page
This commit is contained in:
@@ -87,15 +87,15 @@ jobs:
|
||||
- name: Doxygen API-Dokumentation
|
||||
run: make docs
|
||||
|
||||
- name: Landing-Page
|
||||
run: make landing-page
|
||||
|
||||
- name: Cppcheck-Report (XML)
|
||||
run: |
|
||||
mkdir -p build
|
||||
cppcheck --enable=all --inconclusive --xml --xml-version=2 \
|
||||
-I src src 2> build/cppcheck-report.xml || true
|
||||
|
||||
- name: Landing-Page
|
||||
run: make landing-page
|
||||
|
||||
- name: Upload Coverage HTML
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user