Skip to content

Commit 2fd9221

Browse files
committed
Added doxygen workflow
1 parent 8abd47b commit 2fd9221

3,332 files changed

Lines changed: 618 additions & 518657 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/doxygen.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: Doxygen Action
4+
5+
# Controls when the action will run. Triggers the workflow on push or pull request
6+
# events but only for the master branch
7+
on:
8+
push:
9+
branches: [ master, main, file-layout ]
10+
11+
12+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
13+
jobs:
14+
# This workflow contains a single job called "build"
15+
build:
16+
# The type of runner that the job will run on
17+
runs-on: ubuntu-latest
18+
19+
# Steps represent a sequence of tasks that will be executed as part of the job
20+
steps:
21+
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22+
- uses: actions/checkout@v2
23+
24+
- name: Doxygen Action
25+
uses: mattnotmitt/doxygen-action@v1.1.0
26+
with:
27+
# Path to Doxyfile
28+
doxyfile-path: "./Doxyfile" # default is ./Doxyfile
29+
# Working directory
30+
working-directory: "./doxygen" # default is .
31+
32+
- name: Deploy
33+
uses: peaceiris/actions-gh-pages@v3
34+
with:
35+
github_token: ${{ secrets.GITHUB_TOKEN }}
36+
# Default Doxyfile build documentation to html directory.
37+
# Change the directory if changes in Doxyfile
38+
publish_dir: ./docs

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
**/Builds/
44
**/JuceLibraryCode/
55
**/cmake-build-*/
6+
docs/
67
libs/

docs/012v_8d.html

Lines changed: 0 additions & 4625 deletions
This file was deleted.

docs/3dostr_8d.html

Lines changed: 0 additions & 93 deletions
This file was deleted.

docs/8bps_8d.html

Lines changed: 0 additions & 93 deletions
This file was deleted.

docs/8svx_8d.html

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)