Update develop documentation on gh-pages using gh-action.
- Add gh-action workflows.
- Remove old build batches as they are not platform
independent.
- Add new build bash script.
- Fix all dxy files to use quotes around project name.
- Move footer text (timestamp) into single js file so that
regenerating documentation doesn't affect unchanged html
files.
diff --git a/CMSIS/DoxyGen/Build/Build.dxy b/CMSIS/DoxyGen/Build/Build.dxy
index 827e05a..b3897b3 100644
--- a/CMSIS/DoxyGen/Build/Build.dxy
+++ b/CMSIS/DoxyGen/Build/Build.dxy
@@ -32,7 +32,7 @@
# title of most generated pages and in a few other places.
# The default value is: My Project.
-PROJECT_NAME = CMSIS-Build
+PROJECT_NAME = "CMSIS-Build"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
diff --git a/CMSIS/DoxyGen/Build/doxygen_build.bat b/CMSIS/DoxyGen/Build/doxygen_build.bat
deleted file mode 100644
index 4bf5d66..0000000
--- a/CMSIS/DoxyGen/Build/doxygen_build.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-@echo off
-REM Generates Documentation Part for CMSIS Build
-doxygen Build.dxy