Bumps [kdeldycke/workflows](https://github.com/kdeldycke/workflows) from 2.6.0 to 2.8.3. - [Release notes](https://github.com/kdeldycke/workflows/releases) - [Changelog](https://github.com/kdeldycke/workflows/blob/main/changelog.md) - [Commits](https://github.com/kdeldycke/workflows/compare/v2.6.0...v2.8.3) --- updated-dependencies: - dependency-name: kdeldycke/workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
274 B
YAML
13 lines
274 B
YAML
---
|
|
name: Docs
|
|
"on":
|
|
push:
|
|
# Only targets main branch to avoid amplification effects of auto-fixing
|
|
# the exact same stuff in multiple non-rebased branches.
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
|
|
docs:
|
|
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v2.8.3 |