Skip to content

Commit

Permalink
added pandoc to GitHub workflow
Browse files Browse the repository at this point in the history
pandoc is used for converting .html to .rst
  • Loading branch information
rum1887 committed Jun 13, 2023
1 parent 6f4d7ce commit 26ca29d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
name: Install Python
with:
python-version: '3.8'

- name: Install Pandoc
run: |
sudo apt update
sudo apt install -y pandoc
- name: Install documentation dependencies
run: |
Expand Down

0 comments on commit 26ca29d

Please sign in to comment.