Skip to content

Commit

Permalink
check pandoc version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanit committed Aug 28, 2024
1 parent a0584c6 commit a6f3c96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
packages: pandoc
version: '3.3'

- name: Check pandoc version
run: pandoc --version

- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit a6f3c96

Please sign in to comment.