Files
awesome-falsehood/.github/workflows/docs.yaml
dependabot[bot] f503ccf6f4 Bump kdeldycke/workflows from 2.13.2 to 2.15.1
Bumps [kdeldycke/workflows](https://github.com/kdeldycke/workflows) from 2.13.2 to 2.15.1.
- [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.13.2...v2.15.1)

---
updated-dependencies:
- dependency-name: kdeldycke/workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 13:08:29 +02:00

13 lines
275 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.15.1