From 0007f3725322c95a2b7fb98f5acde7613b228736 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Mon, 6 Jan 2025 08:21:21 -0500 Subject: [PATCH] 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: