Skip to content

Git Theta Low Memory Mode #136

Git Theta Low Memory Mode

Git Theta Low Memory Mode #136

Workflow file for this run

name: BuildDocs
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Install Dependencies and Package
run: |
python -m pip install --upgrade pip
python -m pip install .[all,docs]
- name: Build docs
working-directory: ./docs/
run: |
make html