Skip to content

Commit e884997

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

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

.github/workflows/ci.yaml

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

44

5-
# on:
6-
# push:
5+
on:
6+
push:
7+
branches:
8+
- '**'
9+
tags:
10+
- '*'
711

8-
# jobs:
12+
pull_request:
13+
914

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 }}
15+
jobs:
16+
17+
mkdocs:
18+
name: 'MKDocs'
19+
uses: nofusscomputing/action_mkdocs/.github/workflows/reusable_mkdocs.yaml@genesis
20+
# secrets:
21+
# WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)