Skip to content

Commit 88a5b58

Browse files
Updated deploy-docs.yaml
1 parent 70f3067 commit 88a5b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: |
29-
sudo apt-get install -y lftp
29+
sudo apt-get install -y build-essential libssl-dev libxml2-dev libcurl4-openssl-dev libfontconfig1-dev zlib1g-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev lftp
3030
wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.33/quarto-1.6.33-linux-amd64.deb
31-
sudo apt-get install -y quarto-1.6.33-linux-amd64.deb
31+
sudo dpkg -i quarto-1.6.33-linux-amd64.deb
3232
python -m pip install --upgrade pip
3333
python -m pip install build jupyter myst-parser setuptools sphinx sphinx-autodoc-typehints
3434

0 commit comments

Comments
 (0)