Skip to content

Use pathlib to extract the file name information #209

Use pathlib to extract the file name information

Use pathlib to extract the file name information #209

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/"