-
Notifications
You must be signed in to change notification settings - Fork 5
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 #198 from mach3-software/feature_randomFixes
Random Fixes
- Loading branch information
Showing
15 changed files
with
76 additions
and
136 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 |
---|---|---|
|
@@ -48,19 +48,20 @@ jobs: | |
- run: sudo apt-get install -y perl | ||
|
||
# Runs a single command using the runners shell | ||
- name: Doxygen Action | ||
uses: mattnotmitt/[email protected] | ||
- uses: DenverCoder1/[email protected] | ||
with: | ||
doxyfile-path: './Doxyfile' | ||
working-directory: ./Doc | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
folder: Doc/html | ||
branch: gh-pages | ||
config_file: Doc/Doxyfile | ||
|
||
- name: Upload Doxygen Artifact | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
retention-days: 1 | ||
name: DoxygenHTML | ||
path: Doc/html | ||
|
||
Sphinx: | ||
# The type of runner that the job will run on | ||
runs-on: ubuntu-latest | ||
|
@@ -120,7 +121,7 @@ jobs: | |
name: DocumentationHTML | ||
path: to-upload | ||
|
||
|
||
Deploy: | ||
runs-on: ubuntu-latest | ||
needs: [Doxygen, Sphinx] | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ Edward Atkin <[email protected]> EdAtkin <[email protected] | |
|
||
# Daniel Barrow | ||
Daniel Barrow <[email protected]> dbarrow257 <[email protected]> | ||
Daniel Barrow <[email protected]> dbarrow257 <[email protected]> | ||
|
||
# Kamil Skwarczynski | ||
Kamil Skwarczynski <[email protected]> Kamil <[email protected]> | ||
|
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Oops, something went wrong.