Froxlor/.github/workflows/build-docs.yml
2023-12-05 10:22:12 +01:00

16 lines
359 B
YAML

name: build-documentation
on:
release:
# only run for stable releases
types: [released]
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}}