fix(docs): reenabled social plugin
All checks were successful
Build Documentation / Build (push) Successful in 47s
Pylint / Pylint (3.11) (push) Successful in 44s

This commit is contained in:
Seaswimmer 2024-01-06 16:07:26 +00:00
parent a95e1e996f
commit 63a204cf2b
Signed by: 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:

View file

@ -1,23 +0,0 @@
version: 2
build:
os: "ubuntu-22.04"
apt_packages:
- libcairo2-dev
- libfreetype6-dev
- libffi-dev
- libjpeg-dev
- libpng-dev
- libz-dev
- pngquant
tools:
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
mkdocs:
configuration: mkdocs.yml

View file

@ -21,7 +21,7 @@ nav:
plugins:
- git-authors
- search
# - social - Disabled for the time being
- social
- git-revision-date-localized:
enable_creation_date: true
type: timeago