We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56c346 commit 5d2f76fCopy full SHA for 5d2f76f
.github/workflows/ci.yaml
@@ -1,14 +1,14 @@
1
-# ---
2
-# name: 'Python'
+---
+name: 'CI'
3
4
5
-# on:
6
-# push:
+on:
+ push:
7
8
-# jobs:
+jobs:
9
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 }}
+ mkdocs:
+ name: 'MKDcos'
+ uses: nofusscomputing/action_mkdocs/.github/workflows/reusable_mkdocs.yaml@genesis
+ # secrets:
+ # WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
0 commit comments