Skip to content

Commit

Permalink
Add pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jul 19, 2023
1 parent 5900f12 commit d576650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/render-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install recordlinkage
- name: Install recordlinkage and docs tools
run: |
sudo apt install pandoc
python -m pip install .[docs]
- name: Build HTML
run: |
Expand Down

0 comments on commit d576650

Please sign in to comment.