Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No need to manually build Doxygen since it's done in build.py
Browse files Browse the repository at this point in the history
glen-anderson committed Oct 30, 2024
1 parent 5a5a759 commit d31eb08
Showing 1 changed file with 1 addition and 121 deletions.
122 changes: 1 addition & 121 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -41,130 +41,10 @@ jobs:
uses: actions/setup-python@v2.3.3
with:
cache: pip

- name: Install mkdocs
run: pip install -r Documentation/requirements.txt

- name: Doxygen (MAX32520)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32520_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32570)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32570_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32572)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32572_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32650)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32650_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32655)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32655_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32660)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32660_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32662)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32662_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32665)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32665_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32670)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32670_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32672)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32672_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32675)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32675_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32680)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32680_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX32690)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max32690_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX78000)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max78000_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Doxygen (MAX78002)
uses: mattnotmitt/doxygen-action@1.9.4
with:
# Path to Doxyfile
doxyfile-path: max78002_Doxyfile
# Working directory
working-directory: Libraries/PeriphDrivers/Documentation

- name: Build User Guide
run: | # Build Documentation Folder and run mkdocs
python3 Documentation/build.py

0 comments on commit d31eb08

Please sign in to comment.