Skip to content

Address issues of missing bucket_name in s3fs paths #1550

Address issues of missing bucket_name in s3fs paths

Address issues of missing bucket_name in s3fs paths #1550

Workflow file for this run

name: "sphinx docs check"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: "install dependencies"
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
- name: "build docs"
shell: bash -l {0}
run: |
cd docs
make html SPHINXOPTS="-W"
- uses: actions/upload-artifact@v1
name: "upload artifacts"
with:
name: DocumentationHTML
path: docs/build/html