Skip to content

Merge pull request #3 from python-project-templates/tkp/t #6

Merge pull request #3 from python-project-templates/tkp/t

Merge pull request #3 from python-project-templates/tkp/t #6

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 }}