Skip to content

refactor(settlement_rod_measurement): refactor names of some attribut… #12

refactor(settlement_rod_measurement): refactor names of some attribut…

refactor(settlement_rod_measurement): refactor names of some attribut… #12

Workflow file for this run

# name: deploy docs
# on:
# push:
# branches:
# - main
# jobs:
# deploy_docs:
# name: Deploy docs
# runs-on: ubuntu-20.04
# steps:
# - uses: actions/checkout@v3
# - name: Install python 3.9
# uses: actions/setup-python@v4
# with:
# python-version: 3.9
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip setuptools
# pip install -r requirements.txt
# pip install .
# - name: Build docs
# run: sphinx-build -b html docs public
# - name: Publish docs
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./public