Skip to content

Commit

Permalink
Add code comment for pin
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Jan 6, 2025
1 parent 9fba4f6 commit 3b1c127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
# Later versions of mkdocs giving build error remated to a missing import for 'templates'.
pip install mkdocs==1.5.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
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 3b1c127

Please sign in to comment.