Skip to content

Commit

Permalink
Enable generation of social cards
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Dec 30, 2024
1 parent 40b64db commit 5b890f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-develop-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
with:
python-version: 3.13.1
- name: Install Dependencies
- name: Install Python Dependencies
run: pip install -r requirements.txt
working-directory: ./docs
- name: Install Required Libraries
run: apt-get install pngquant
- name: Configure Git
run: |
git config --global user.name "Build Server"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
with:
python-version: 3.13.1
- name: Install Dependencies
- name: Install Python Dependencies
run: pip install -r requirements.txt
working-directory: ./docs
- name: Install Required Libraries
run: apt-get install pngquant
- name: Configure Git
run: |
git config --global user.name "Build Server"
Expand Down
2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ plugins:
post_readtime: true
- macros
- search
- social:
enabled: !ENV [GITHUB_ACTIONS, false]
- table-reader

# Extensions
Expand Down

0 comments on commit 5b890f2

Please sign in to comment.