Skip to content

(fix) Append on bytes in DataArray.to_bytes (#76) #56

(fix) Append on bytes in DataArray.to_bytes (#76)

(fix) Append on bytes in DataArray.to_bytes (#76) #56

Workflow file for this run

name: build-docs
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs-material
- run: mkdocs gh-deploy --force