Skip to content

Merge pull request #72 from python-project-templates/tkp/width #17

Merge pull request #72 from python-project-templates/tkp/width

Merge pull request #72 from python-project-templates/tkp/width #17

Workflow file for this run

name: Docs
on:
push:
branches: ["main"]
tags: ["v*"]
workflow_dispatch:
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions-ext/yardang@main
with:
token: ${{ secrets.GITHUB_TOKEN }}