Skip to content

Commit

Permalink
chore: update pandoc version in our job so our converted docs look pr…
Browse files Browse the repository at this point in the history
…etty (#846)

Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull authored Feb 27, 2025
1 parent c97aec5 commit 1c69784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: 3.x
- run: pip install -r doc-requirements.txt
- run: sudo apt update && sudo apt install -y pandoc
- run: wget https://github.com/jgm/pandoc/releases/download/3.6.3/pandoc-3.6.3-1-amd64.deb && apt install -y ./pandoc-3.6.3-1-amd64.deb
- run: reno report -o /tmp/reno.rst
- run: pandoc /tmp/reno.rst -f rst -t markdown -o docs/release-notes.md
- run: mkdocs build --strict
Expand Down

0 comments on commit 1c69784

Please sign in to comment.