From 0007f3725322c95a2b7fb98f5acde7613b228736 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Mon, 6 Jan 2025 08:21:21 -0500 Subject: [PATCH 1/3] Unpin mkdocs --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2867e74c67..8cd171804a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -27,7 +27,7 @@ jobs: - 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: From 483c7833d670fa99868b9fb0840b31a7e7166f78 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Mon, 6 Jan 2025 08:38:37 -0500 Subject: [PATCH 2/3] bump python --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cd171804a..d2d121e0a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,10 @@ jobs: run: | git config --local user.email "actions@github.com" 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 From 91c2a70010fe931e3d57e52438cc38f7b535ba48 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Mon, 6 Jan 2025 08:41:21 -0500 Subject: [PATCH 3/3] try remove --- mkdocs_base.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/mkdocs_base.yml b/mkdocs_base.yml index b581a19434..59258f723e 100644 --- a/mkdocs_base.yml +++ b/mkdocs_base.yml @@ -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: