🔵 other: Update conversion action

This commit is contained in:
Keith Solomon
2026-02-07 11:48:43 -06:00
parent d88c581013
commit 32c1cc68cb

View File

@@ -4,16 +4,20 @@ on: workflow_dispatch
jobs:
temp_conversion_via_pandoc:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: docker://pandoc/core:2.9
with:
args: >- # allows you to break string into multiple lines
--standalone
--output=checklist.docx
checklist.md
- uses: actions/upload-artifact@master
with:
name: checklist.docx