Skip to content

fixed default print language to english #168

fixed default print language to english

fixed default print language to english #168

Workflow file for this run

name: ci
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-static-i18n mkdocs-print-site-plugin
- run: mkdocs gh-deploy --force