mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-20 11:35:56 -05:00
bb9a65a527
Bumps [kdeldycke/workflows](https://github.com/kdeldycke/workflows) from 2.17.3 to 2.17.4. - [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.17.3...v2.17.4) --- updated-dependencies: - dependency-name: kdeldycke/workflows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
No EOL
275 B
YAML
13 lines
No EOL
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.17.4 |