Skip to content

Help for IDED3D counterbalancing #131

Help for IDED3D counterbalancing

Help for IDED3D counterbalancing #131

Workflow file for this run

---
# yamllint disable rule:line-length
name: Build docs
# yamllint disable-line rule:truthy
on: push
jobs:
build-docs:
strategy:
matrix:
include:
- name: ubuntu-20.04
os: ubuntu-20.04
# TODO: Newer versions will change the formatting of help text
# possibly for the better
python-version: 3.8
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Change apt mirror
run: |
set -eux -o pipefail
${GITHUB_WORKSPACE}/.github/scripts/change_apt_mirror.sh
- name: Build docs
run: ${GITHUB_WORKSPACE}/.github/scripts/build_docs.sh