Skip to content

WIP: Adding the check_onland function #104

WIP: Adding the check_onland function

WIP: Adding the check_onland function #104

Workflow file for this run

name: Build Sphinx Docs
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Build and Commit
uses: sphinx-notes/pages@v2
with:
documentation_path: ./docs/source
requirements_path: ./docs/requirements.txt