Skip to content

Commit

Permalink
Unpin mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Jan 6, 2025
1 parent 54ff0aa commit 0007f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -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:
Expand Down

0 comments on commit 0007f37

Please sign in to comment.