Skip to content

Configure and format the project #68

Configure and format the project

Configure and format the project #68

Workflow file for this run

name: docs
on:
push:
branches:
- main
paths:
- "svgdatagrabber/**"
- "docs/source/**"
- ".github/workflows/pages.yml"
pull_request:
branches:
- main
paths:
- "svgdatagrabber/**"
- "docs/source/**"
- ".github/workflows/pages.yml"
workflow_dispatch:
concurrency:
group: pages-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Installing the library
run: |
pip install -e .[docs]
- name: Build and Commit
uses: sphinx-notes/pages@v2
with:
documentation_path: docs