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

15 lines
325 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 -f ref=${{github.ref_name}}