ci: add mkdocs workflow

ref: #213
This commit is contained in:
2024-08-20 12:28:43 +09:30
parent b6ba3d38dc
commit cc97128e25

View File

@ -16,6 +16,17 @@ env:
jobs:
mkdocs:
name: 'MKDocs'
permissions:
pull-requests: write
contents: write
statuses: write
checks: write
actions: write
uses: nofusscomputing/action_mkdocs/.github/workflows/reusable_mkdocs.yaml@development
docker:
name: 'Docker'
uses: nofusscomputing/action_docker/.github/workflows/docker.yaml@development