Skip to content

Commit

Permalink
Unpin mkdocs, remove emoji config for now (#6192)
Browse files Browse the repository at this point in the history
* Unpin mkdocs

* bump python

* try remove
  • Loading branch information
weitzman authored Jan 6, 2025
1 parent 54ff0aa commit a861c86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
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

0 comments on commit a861c86

Please sign in to comment.