Skip to content

TECH: screenshot tests lesson #357

TECH: screenshot tests lesson

TECH: screenshot tests lesson #357

Workflow file for this run

name: tutorial
on:
push:
branches:
- TECH-tutorial
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-static-i18n
- run: mkdocs gh-deploy --force