Upgrade jinja

pull/53/head
Philipp Heckel 2021-12-07 13:27:15 -05:00
parent 829e8f6ea6
commit a3ce12585b
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install dependencies - name: Install dependencies
run: sudo apt update && sudo apt install -y python3-pip run: sudo apt update && sudo apt install -y python3-pip
- name: x - name: Install latest jinja2 version
run: pip3 list run: pip3 install jinja2
- name: Install mkdocs - name: Install mkdocs
run: pip3 install mkdocs mkdocs-material mkdocs-minify-plugin run: pip3 install mkdocs mkdocs-material mkdocs-minify-plugin
- name: Build docs - name: Build docs