Skip to content

fix(node): improve handling on "broken" Windows installations (#101) #68

fix(node): improve handling on "broken" Windows installations (#101)

fix(node): improve handling on "broken" Windows installations (#101) #68

Workflow file for this run

name: On Push To Master
on:
push:
branches:
- master
jobs:
deploy_docs:
name: Deploy documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: |
cd docs
make install
make build
make deploy