Skip to content

Commit

Permalink
Merge pull request #76 from CybercentreCanada/update/pin-i18n
Browse files Browse the repository at this point in the history
Pin mkdocs-static-i18n to version 0.56
  • Loading branch information
cccs-kevin authored Aug 29, 2023
2 parents 5bb226a + c8321cb commit 93d2cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material==7.3.6 mkdocs-static-i18n mkdocs-glightbox
- run: pip install mkdocs-material==7.3.6 mkdocs-static-i18n==0.56 mkdocs-glightbox
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/developer_manual/docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Create a virtual environment for your documentation in the `/venv/` directory ri
cd assemblyline4_docs
python -m venv venv
pip install mkdocs-material==7.3.6
pip install mkdocs-static-i18n
pip install mkdocs-static-i18n==0.56
pip install mkdocs-glightbox
```

Expand Down

0 comments on commit 93d2cd1

Please sign in to comment.