Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin mkdocs, remove emoji config for now #6192

Merged
merged 3 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build docs site

on:
push:
branches: [11.x, 12.x, 13.x]
branches: [ 11.x, 12.x, 13.x, actions ]
tags: ["11.*", "12.*", "13.*"]

jobs:
Expand All @@ -20,14 +20,14 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "Drush Documentation Bot"
- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs==1.4.3 mkdocs-material mike mkdocs-git-authors-plugin mkdocs-redirects mkdocs-git-revision-date-localized-plugin pymdown-extensions git+https://gitlab.com/blacs30/mkdocs-edit-url.git
pip install mkdocs-material mike mkdocs-git-authors-plugin mkdocs-redirects mkdocs-git-revision-date-localized-plugin pymdown-extensions git+https://gitlab.com/blacs30/mkdocs-edit-url.git
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
3 changes: 0 additions & 3 deletions mkdocs_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ markdown_extensions:
- pymdownx.superfences: { }
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: '!!python/name:material.extensions.emoji.twemoji'
emoji_generator: '!!python/name:material.extensions.emoji.to_svg'
nav:
- Home: index.md
- Use:
Expand Down
Loading