Skip to content

Commit

Permalink
Merge pull request #62 from punch-mission/develop
Browse files Browse the repository at this point in the history
add pandoc setup
  • Loading branch information
jmbhughes authored Dec 7, 2023
2 parents 4bf0f77 + 6055f0d commit ff7030e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://pandoc/core:2.9
- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: '2.17.1' # The pandoc version to download (if necessary) and use.

# Install dependencies
- name: Set up Python 3.10
Expand Down

0 comments on commit ff7030e

Please sign in to comment.