Skip to content

build docs with ubuntu #225

build docs with ubuntu

build docs with ubuntu #225

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Build:
if: "!contains(github.event.pull_request.labels.*.name, 'docs-only')"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
python: ["3.11"]
steps:
- uses: compas-dev/compas-actions.build@v4
with:
invoke_lint: true
use_conda: true
check_import: true
python: ${{ matrix.python }}