updated workflow for building/deploying documentation; added missing api-method-description for EmailDomains-API

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-02-17 17:53:32 +01:00
parent 5ab322ab1d
commit a3486cc5b3
2 changed files with 13 additions and 7 deletions

14
.github/workflows/build-docs.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: build-documentation
on:
release:
types: [published]
jobs:
build_docs:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}
run: |
gh workflow run --repo Froxlor/Documentation build-and-deploy -f type=tags ref=${{github.ref_name}}