This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
Test action to generate PDF docs #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate PDF Docs | |
on: | |
push: | |
branches: [ "main", "dev" ] | |
# paths: [ "docs/**" ] | |
pull_request: | |
branches: [ "main", "dev" ] | |
# paths: [ "docs/**" ] | |
jobs: | |
generate-pdf-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Markdown to PDF and HTML | |
uses: BaileyJM02/[email protected] | |
with: | |
input_path: docs |