Skip to content

Commit

Permalink
List alternative actions
Browse files Browse the repository at this point in the history
Closes #32
  • Loading branch information
pawamoy authored and tarleb committed Jan 25, 2024
1 parent 64bcee6 commit 57c1bb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,10 @@ jobs:
name: output
path: output
```

## Alternatives

If you need to have Pandoc installed and available globally, for example because it is being used in a subprocess by a library or application, you can use one of the two following alternative actions:

- [pandoc/actions/setup](https://github.com/pandoc/actions/tree/main/setup) (Linux and MacOS runners support)
- [r-lib/setup-pandoc](https://github.com/r-lib/actions/tree/v2-branch/setup-pandoc) (Linux, MacOS and Windows runners support)

0 comments on commit 57c1bb1

Please sign in to comment.