Skip to content

Fix test_initializing_models (#1176) #263

Fix test_initializing_models (#1176)

Fix test_initializing_models (#1176) #263

Workflow file for this run

name: Build Documentation using MkDocs
on:
push:
branches: [ master ]
jobs:
build:
name: Build and Deploy Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout Master
uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install poetry==1.4.1
poetry install --extras "all"
env:
POETRY_VIRTUALENVS_CREATE: false
- name: Deploy
run: |
mkdocs gh-deploy --force