Skip to content

Commit

Permalink
Merge pull request #1057 from ademariag/upgrade-docs
Browse files Browse the repository at this point in the history
Upgrade docs libraries
  • Loading branch information
ademariag authored Sep 16, 2023
2 parents 12d2652 + 2cc351d commit ffc24a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
paths:
- 'docs/**'
- 'requirements.docs.txt'
- 'Dockerfile.docs'
- 'mkdocs.yml'
- 'CNAME'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- 'requirements.docs.txt'
- 'mkdocs.yml'
- 'CNAME'
- 'Dockerfile.docs'

release:
types: [created]
Expand All @@ -27,6 +28,7 @@ on:
- 'requirements.docs.txt'
- 'mkdocs.yml'
- 'CNAME'
- 'Dockerfile.docs'

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material:8.5.10
FROM squidfunk/mkdocs-material:9.3

COPY requirements.docs.txt /tmp/requirements.docs.txt

Expand Down
10 changes: 5 additions & 5 deletions requirements.docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
markdown-include==0.7.0
mkdocs-material-extensions==1.1
mkdocs-material==8.5.10
mkdocs==1.4.2
pymdown-extensions==10.0
markdown-include==0.8.1
mkdocs-material-extensions==1.1.1
mkdocs-material==9.3.1
mkdocs==1.5.2
pymdown-extensions==10.3

0 comments on commit ffc24a8

Please sign in to comment.