Skip to content

Bump version of GH Actions and update URLs (#37) #33

Bump version of GH Actions and update URLs (#37)

Bump version of GH Actions and update URLs (#37) #33

Workflow file for this run

name: Long Usage
on: push
jobs:
convert_via_pandoc:
runs-on: ubuntu-22.04
steps:
- run: echo "foo" > input.txt # create an example file
- uses: docker://pandoc/core:3.5
with:
args: >- # allows you to break string into multiple lines
--standalone
--output=index.html
input.txt