Skip to content

fix(landing): expand scenarios to tags, remove lines-of-code stat and… #419

fix(landing): expand scenarios to tags, remove lines-of-code stat and…

fix(landing): expand scenarios to tags, remove lines-of-code stat and… #419

Workflow file for this run

name: gh-deploy
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- run: pip install mkdocs-material mkdocs-rss-plugin
- run: mkdocs gh-deploy --force