Skip to content

update installation instructions #147

update installation instructions

update installation instructions #147

Workflow file for this run

name: docs
on:
push:
branches:
- main
tags:
- "v*"
pull_request:
branches:
- main
jobs:
docs:
runs-on: macos-latest
steps:
- uses: compas-dev/compas-actions.docs@v4
with:
use_conda: true
github_token: ${{ secrets.GITHUB_TOKEN }}