Skip to content

Merge branch '69-init-flows-on-new-files-in-function-of-folder' #46

Merge branch '69-init-flows-on-new-files-in-function-of-folder'

Merge branch '69-init-flows-on-new-files-in-function-of-folder' #46

Workflow file for this run

name: Update MkDocs documentation
on:
push:
branches:
- main
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
REQUIREMENTS: docs/requirements.txt