Skip to content

Commit

Permalink
Added doxygen workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ffAudio committed Nov 6, 2023
1 parent 8abd47b commit 2fd9221
Show file tree
Hide file tree
Showing 3,332 changed files with 618 additions and 518,657 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
38 changes: 38 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This is a basic workflow to help you get started with Actions

name: Doxygen Action

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master, main, file-layout ]


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.1.0
with:
# Path to Doxyfile
doxyfile-path: "./Doxyfile" # default is ./Doxyfile
# Working directory
working-directory: "./doxygen" # default is .

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Default Doxyfile build documentation to html directory.
# Change the directory if changes in Doxyfile
publish_dir: ./docs
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
**/Builds/
**/JuceLibraryCode/
**/cmake-build-*/
docs/
libs/
4,625 changes: 0 additions & 4,625 deletions docs/012v_8d.html

This file was deleted.

93 changes: 0 additions & 93 deletions docs/3dostr_8d.html

This file was deleted.

93 changes: 0 additions & 93 deletions docs/8bps_8d.html

This file was deleted.

93 changes: 0 additions & 93 deletions docs/8svx_8d.html

This file was deleted.

Loading

0 comments on commit 2fd9221

Please sign in to comment.