We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e892dfe commit c3f269cCopy full SHA for c3f269c
4 files changed
.github/workflows/documentation.yml .github/workflows/build_docs.yml.github/workflows/documentation.yml renamed to .github/workflows/build_docs.yml
@@ -41,13 +41,13 @@ jobs:
41
- name: Set up Python runtime
42
uses: actions/setup-python@v2
43
with:
44
- python-version: 3.x
+ python-version: 3.9.7
45
- name: Run image
46
uses: abatilo/actions-poetry@v2.0.0
47
48
poetry-version: 1.1.4
49
- name: Install Python dependencies
50
- run: poetry install
+ run: poetry install --no-dev
51
- name: Install Insiders
52
run: poetry run pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
53
- name: Deploy documentation
mkdocs.yml
@@ -40,8 +40,6 @@ plugins:
40
- search
- macros:
module_name: src/plugin
- - minify:
- minify_html: true
- awesome-pages
extra_css:
0 commit comments