Skip to content

Commit c3f269c

Browse files
committed
update CI
1 parent e892dfe commit c3f269c

4 files changed

Lines changed: 349 additions & 412 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
- name: Set up Python runtime
4242
uses: actions/setup-python@v2
4343
with:
44-
python-version: 3.x
44+
python-version: 3.9.7
4545
- name: Run image
4646
uses: abatilo/actions-poetry@v2.0.0
4747
with:
4848
poetry-version: 1.1.4
4949
- name: Install Python dependencies
50-
run: poetry install
50+
run: poetry install --no-dev
5151
- name: Install Insiders
5252
run: poetry run pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
5353
- name: Deploy documentation

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ plugins:
4040
- search
4141
- macros:
4242
module_name: src/plugin
43-
- minify:
44-
minify_html: true
4543
- awesome-pages
4644

4745
extra_css:

0 commit comments

Comments
 (0)