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 2a94d2f commit cadcefbCopy full SHA for cadcefb
1 file changed
.github/workflows/docs.yaml
@@ -35,8 +35,9 @@ jobs:
35
set -x
36
export DEBIAN_FRONTEND=noninteractive
37
apt update --fix-missing
38
- apt install -y --no-install-recommends libpango1.0-dev openjdk-11-jdk
39
- yarn --verbose --ignore-optional --ignore-engines --non-interactive
+ apt install -y --no-install-recommends \
+ openjdk-11-jdk libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
40
+ yarn --ignore-optional --ignore-engines --non-interactive
41
yarn tsc:build
42
yarn doc
43
- name: Copy Docs to gh-pages
0 commit comments