Files
Froxlor/.github/workflows/build-docs.yml
2023-11-11 21:55:22 +01:00

15 lines
336 B
YAML

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.yml -f type=tags ref=${{github.event.release.tag_name}}