Skip to content

Commit 5d2f76f

Browse files
committed
ci: add mkdocs workflow
ref: nofusscomputing/action_mkdocs#1
1 parent b56c346 commit 5d2f76f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# ---
2-
# name: 'Python'
1+
---
2+
name: 'CI'
33

44

5-
# on:
6-
# push:
5+
on:
6+
push:
77

8-
# jobs:
8+
jobs:
99

10-
# collection:
11-
# name: 'Ansible Collection'
12-
# uses: nofusscomputing/action_ansible_collection/.github/workflows/reusable_ansible_collection.yaml@genesis
13-
# # secrets:
14-
# # WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
10+
mkdocs:
11+
name: 'MKDcos'
12+
uses: nofusscomputing/action_mkdocs/.github/workflows/reusable_mkdocs.yaml@genesis
13+
# secrets:
14+
# WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)