Skip to content

Commit

Permalink
Bring back misc deps (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup authored Oct 4, 2024
1 parent 1ad5786 commit aec4196
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docsite-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
mkdir -p docsite
touch docsite/.nojekyll
- name: Install system deps
run: |
sudo apt-get update
sudo apt-get install -y libcairo2-dev rsync
- name: Install Pandoc
run: |
sudo apt-get install -y pandoc
Expand Down

0 comments on commit aec4196

Please sign in to comment.