Skip to content

details for installation #23

details for installation

details for installation #23

Workflow file for this run

name: docs
on:
push:
branches:
- main
tags:
- "v*"
pull_request:
branches:
- main
jobs:
build:
name: custom build and deploy docs
runs-on: windows-latest
defaults:
run:
shell: powershell
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: compas-dev/compas-actions.docs@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
use_conda: true