Skip to content

Switched documentation from BTD to Sphinx 8.x and RTD theme 3.0. #309

Switched documentation from BTD to Sphinx 8.x and RTD theme 3.0.

Switched documentation from BTD to Sphinx 8.x and RTD theme 3.0. #309

Workflow file for this run

name: Pipeline
on:
push:
workflow_dispatch:
schedule:
# Every Friday at 22:00 - rerun pipeline to check for dependency-based issues
- cron: '0 22 * * 5'
jobs:
Pipeline:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r2
with:
package_name: pySVModel
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}