Skip to content

custom workspace example #40

custom workspace example

custom workspace example #40

Workflow file for this run

---
name: "Pull Request Docs Check"
on: [pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "./ur_documentation/docs"