Skip to content

Commit

Permalink
ci: add mkdocs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Aug 19, 2024
1 parent b56c346 commit e884997
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# ---
# name: 'Python'
---
name: 'CI'


# on:
# push:
on:
push:
branches:
- '**'
tags:
- '*'

# jobs:
pull_request:


# collection:
# name: 'Ansible Collection'
# uses: nofusscomputing/action_ansible_collection/.github/workflows/reusable_ansible_collection.yaml@genesis
# # secrets:
# # WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
jobs:

mkdocs:
name: 'MKDocs'
uses: nofusscomputing/action_mkdocs/.github/workflows/reusable_mkdocs.yaml@genesis
# secrets:
# WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}

0 comments on commit e884997

Please sign in to comment.