Skip to content

Make sure IBS matrix analysis actually removes transitions if request… #48

Make sure IBS matrix analysis actually removes transitions if request…

Make sure IBS matrix analysis actually removes transitions if request… #48

Workflow file for this run

name: Build/Publish Develop Docs
on:
push:
branches:
- develop
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.10.13
- name: Install Dependencies
run: |
pip install mkdocs-material
pip install mike
- name: Setup Docs Deploy
run: |
git config --global user.name "Docs Deploy"
git config --global user.email "docs.deploy@example.com"
- name: Build Docs Website
run: mike deploy --push develop