Skip to content

include doc in default groups when building docs, remove uv sync #2

include doc in default groups when building docs, remove uv sync

include doc in default groups when building docs, remove uv sync #2

# A workflow that is scheduled to run regularly in order to check that python-deploy-docs.yml works
name: python-deploy-docs test workflow
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# schedules this to run weekly
# schedule:
# - cron: '5 3 * * 0' # At 03:05 on Sunday
push:
branches: [main, pre-release]
pull_request:
branches: [main, pre-release]
jobs:
call-test-workflow:
uses: ./.github/workflows/python-deploy-docs.yml
with:
python-version: "3.12"
working-directory: samplePythonProject
build-only: true
secrets: inherit