Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit f991ae0

Browse files
Update mkdocs-material requirement from <7.2.0,>=5.5.0 to >=5.5.0,<7.3.0 (#289)
* Update mkdocs-material requirement from <7.2.0,>=5.5.0 to >=5.5.0,<7.3.0 Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md) - [Commits](squidfunk/mkdocs-material@5.5.0...7.2.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog check Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
1 parent db0e21a commit f991ae0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v1
4141

42-
- name: Debugging info
42+
- name: Check if source files have changed
4343
run: |
44-
git remote -v
44+
git diff --name-only $(git merge-base origin/main HEAD) | grep '^allennlp_models/.*\.py$' && echo "source_files_changed=true" >> $GITHUB_ENV || echo "source_files_changed=false" >> $GITHUB_ENV
4545
4646
- name: Check that CHANGELOG has been updated
47+
if: env.source_files_changed == 'true'
4748
run: |
4849
# If this step fails, this means you haven't updated the CHANGELOG.md
4950
# file with notes on your contribution.

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ nr.databind.core<0.0.17
3939
nr.interface<0.0.6
4040

4141
mkdocs==1.1.2
42-
mkdocs-material>=5.5.0,<7.2.0
42+
mkdocs-material>=5.5.0,<7.3.0
4343
markdown-include==0.6.0
4444

4545
#### PACKAGE-UPLOAD PACKAGES ####

0 commit comments

Comments
 (0)