Skip to content

remove lichess user from list of logins #35

remove lichess user from list of logins

remove lichess user from list of logins #35

Workflow file for this run

name: docs
on:
push:
branches:
- main
paths:
- "docs/**"
- "mkdocs.yml"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force