🔵 other: Update conversion action
This commit is contained in:
6
.github/workflows/test-convert.yml
vendored
6
.github/workflows/test-convert.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user