diff options
author | Alwin Esch <alwin.esch@web.de> | 2021-12-22 22:21:28 +0100 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2021-12-22 22:21:28 +0100 |
commit | eafb1d876f5f5e03eba8e0ccca38dedde82871b1 (patch) | |
tree | 8ca02c9447305e98f2f01a2fc9b18c5e607ae1dc /.github | |
parent | 006e1ad7369a94e361303cfd4305eaab75c91943 (diff) |
[doxygen] automatic doxygen generation
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/documentation-creation.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/documentation-creation.yml b/.github/workflows/documentation-creation.yml index d0c9003404..ffb41c5286 100644 --- a/.github/workflows/documentation-creation.yml +++ b/.github/workflows/documentation-creation.yml @@ -1,9 +1,5 @@ -# 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, Matrix, Leia ] @@ -45,7 +41,7 @@ jobs: - name: Deploy docs uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + deploy_key: ${{ secrets.DOC_ACTIONS_DEPLOY_KEY }} external_repository: xbmc/docs.kodi.tv publish_branch: main destination_dir: ${{ steps.extract_branch.outputs.branch }} |