2
0
mirror of https://github.com/nofusscomputing/kubernetes.git synced 2025-08-02 04:22:42 +00:00
Files
kubernetes/.github/workflows/ci.yaml
2025-06-12 00:55:36 +09:30

25 lines
337 B
YAML

---
name: 'CI'
on:
push:
branches:
- '**'
tags:
- '*'
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