Skip to content

Issue 554 automatic artifacts pulling (#558) #375

Issue 554 automatic artifacts pulling (#558)

Issue 554 automatic artifacts pulling (#558) #375

Workflow file for this run

name: tutorial
on:
push:
branches:
- master
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