The pandoc/actions/setup
action offers an easy and platform independent way to use pandoc in a GitHub Action.
jobs:
pandoc:
steps:
- name: Install pandoc
uses: pandoc/actions/setup@v1
- name: Run pandoc
run: pandoc --version
A specific pandoc version can be set via the version
argument:
- uses: pandoc/actions/setup@v1
with:
version: 3.5
Repo: https://github.com/pandoc/actions
[#]pandoc #ci #github_actions
=> More informations about this toot | View the thread | More toots from pandoc@fosstodon.org
=> View pandoc tag | View ci tag | View github_actions tag This content has been proxied by September (3851b).Proxy Information
text/gemini