mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 10:20:27 -07:00
18 lines
379 B
YAML
18 lines
379 B
YAML
---
|
|
name: Documentation
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
tags:
|
|
- "[0-9]+.[0-9]+.[0-9]+"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
docs:
|
|
uses: ansible-middleware/github-actions/.github/workflows/docs.yml@main
|
|
secrets: inherit
|
|
with:
|
|
fqcn: 'middleware_automation/keycloak'
|
|
collection_fqcn: 'middleware_automation.keycloak'
|
|
historical_docs: 'false'
|