We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f3067 commit 88a5b58Copy full SHA for 88a5b58
.github/workflows/deploy-docs.yaml
@@ -26,9 +26,9 @@ jobs:
26
27
- name: Install dependencies
28
run: |
29
- sudo apt-get install -y lftp
+ 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
30
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
+ sudo dpkg -i quarto-1.6.33-linux-amd64.deb
32
python -m pip install --upgrade pip
33
python -m pip install build jupyter myst-parser setuptools sphinx sphinx-autodoc-typehints
34
0 commit comments