Skip to content

Refactor file path handling in fabric_gen.py using pathlib #232

Refactor file path handling in fabric_gen.py using pathlib

Refactor file path handling in fabric_gen.py using pathlib #232

Workflow file for this run

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