-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #213 from BlueAndi/Development
v8.1.0
- Loading branch information
Showing
602 changed files
with
9,473 additions
and
4,250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,10 +176,14 @@ jobs: | |
pip install --upgrade platformio | ||
- name: Set up graphviz | ||
uses: ts-graphviz/setup-graphviz@v2 | ||
uses: ts-graphviz/setup-graphviz@v2.0.2 | ||
|
||
- name: Set up doxygen and generate documentation | ||
uses: mattnotmitt/[email protected].5 | ||
uses: mattnotmitt/[email protected].8 | ||
with: | ||
working-directory: './doc/doxygen' | ||
doxyfile-path: './Doxyfile' | ||
|
||
- name: Print doxygen warnings | ||
if: ${{ failure() }} | ||
run: cat ./doc/doxygen/doxygen_warnings.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,11 +197,15 @@ jobs: | |
uses: ts-graphviz/setup-graphviz@v2 | ||
|
||
- name: Set up doxygen and generate documentation | ||
uses: mattnotmitt/[email protected].5 | ||
uses: mattnotmitt/[email protected].8 | ||
with: | ||
working-directory: './doc/doxygen' | ||
doxyfile-path: './Doxyfile' | ||
|
||
- name: Print doxygen warnings | ||
if: ${{ failure() }} | ||
run: cat ./doc/doxygen/doxygen_warnings.txt | ||
|
||
# Deploy release artifacts | ||
deploy: | ||
if: startsWith(github.ref_type, 'refs/tags/v') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2019 - 2024 Andreas Merkle <[email protected]> | ||
Copyright (c) 2019 - 2025 Andreas Merkle <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.