Skip to content

refactor: remove __str__ method on MDASequence #124

refactor: remove __str__ method on MDASequence

refactor: remove __str__ method on MDASequence #124

Workflow file for this run

name: docs
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -e .[docs]
- name: Test build
if: github.event_name == 'pull_request'
run: mkdocs build --strict
- name: Deploy
if: github.ref == 'refs/heads/main'
run: mkdocs gh-deploy --force --strict