WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

build(deps-dev): bump ruff from 0.14.9 to 0.14.10 (#72) #213

build(deps-dev): bump ruff from 0.14.9 to 0.14.10 (#72)

build(deps-dev): bump ruff from 0.14.9 to 0.14.10 (#72) #213

Workflow file for this run

name: docs
on: [push, pull_request]
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Use Python
uses: actions/setup-python@v6
with:
cache: pip
python-version: 3
- name: Install dependencies
run: pip install -e .[docs]
- name: Build docs
run: pdoc src/python_package_template/ -o docs
- name: Deploy
if: github.ref_name == 'master'
uses: remarkablemark/gitploy-action@v1
with:
directory: docs