summaryrefslogtreecommitdiff
path: root/portmidi/.github/workflows/docs.yml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-07 19:30:56 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-07 19:30:56 +0200
commit40a899bd6ee536eae093337bf2d0dcc8db4e46f1 (patch)
tree485ace3e6fd28b91f394efd277732651e10824d8 /portmidi/.github/workflows/docs.yml
parent6fc4bddfdf8e056469f316c1a0fe488efbb4253a (diff)
downloadttdaw-40a899bd6ee536eae093337bf2d0dcc8db4e46f1.tar.gz
Moved example code examples folder
Diffstat (limited to 'portmidi/.github/workflows/docs.yml')
-rw-r--r--portmidi/.github/workflows/docs.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/portmidi/.github/workflows/docs.yml b/portmidi/.github/workflows/docs.yml
deleted file mode 100644
index d0e251b..0000000
--- a/portmidi/.github/workflows/docs.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-name: Generate Docs
-
-on:
- push:
- branches:
- - main
- workflow_dispatch:
-
-jobs:
- doxygen:
- name: Doxygen
- runs-on: ubuntu-latest
- steps:
- - name: "Check out repository"
- uses: actions/checkout@v2
-
- - name: Install Doxygen
- run: sudo apt-get update && sudo apt-get install -y --no-install-recommends doxygen
-
- - name: Generate Documentation
- run: doxygen
- working-directory: .
-
- - name: Deploy to GitHub Pages
- uses: peaceiris/actions-gh-pages@v3
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: docs/html