Skip to content

Increase screenshot test coverage to include landscape orientation an… #25

Increase screenshot test coverage to include landscape orientation an…

Increase screenshot test coverage to include landscape orientation an… #25

name: Publish project website
on:
push:
branches: [ trunk ]
jobs:
deploy-website:
name: Deploy mkdocs
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
REQUIREMENTS: .github/workflows/mkdocs_requirements.txt