Skip to content

add holder_id label to lab_id of SubstrateHolder class (#100) #9

add holder_id label to lab_id of SubstrateHolder class (#100)

add holder_id label to lab_id of SubstrateHolder class (#100) #9

Workflow file for this run

name: Deploy MkDocs Site
on:
push:
branches:
- main # Triggers deployment on push to the main branch
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs mkdocs-material==8.1.1 pymdown-extensions mkdocs-click
- name: Build and Deploy
run: |
mkdocs gh-deploy --force --remote-branch gh-pages