fix(docs): reenabled social plugin

This commit is contained in:
SeaswimmerTheFsh 2024-01-06 16:07:26 +00:00
parent a95e1e996f
commit 63a204cf2b
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF
3 changed files with 14 additions and 24 deletions

View file

@ -8,6 +8,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install apt packages
run: |
apt-get update
apt-get install -y \
libcairo2-dev \
libfreetype6-dev \
libffi-dev \
libjpeg-dev \
libpng-dev \
libz-dev \
pngquant
- name: Setup Node
uses: actions/setup-node@v1
with: