Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark authored Jan 29, 2024
1 parent b545f4b commit affe6bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
python -m pip install --upgrade pip
pip install Markdown==3.4.3 rdflib==6.3.2 # Add any other dependencies if needed
- name: Install Pandoc
- name: Install dependencies and Pandoc
run: |
python -m pip install --upgrade pip
pip install Markdown==3.4.3 rdflib==6.3.2
sudo apt-get update
sudo apt-get install -y pandoc
Expand Down

0 comments on commit affe6bb

Please sign in to comment.