Skip to content

English documentation updates up to v0.8.28-37-gcb576b1ae (2024-10-18) #112

English documentation updates up to v0.8.28-37-gcb576b1ae (2024-10-18)

English documentation updates up to v0.8.28-37-gcb576b1ae (2024-10-18) #112

Workflow file for this run

name: build
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
# cache: 'pip' # ERROR
- run: pip install -r docs/requirements.txt
- name: Build
working-directory: ./docs
run: make html