Skip to content

docs: update copyright year #22

docs: update copyright year

docs: update copyright year #22

Workflow file for this run

name: mkdocs
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Deploy 🚀
run: python3 -m mkdocs gh-deploy --force