Skip to content

Commit 9ad21a7

Browse files
committed
ci: add dependents.yml
1 parent 28d1b0e commit 9ad21a7

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/dependents.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Dependents Action
2+
3+
on:
4+
push:
5+
branches: [main]
6+
workflow_dispatch:
7+
8+
jobs:
9+
dependents:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
13+
steps:
14+
- uses: gouravkhunger/dependents.info@main

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,14 @@ Once the pagination pages are generated, they are written to the `_site` folder
305305

306306
We are using this plugin to generate the author pages at [Genics Blog](https://genicsblog.com). Have a look at our [`_config.yml`](https://github.com/genicsblog/theme-files/blob/main/_config.yml) file to see how it works.
307307

308+
## Used by
309+
310+
<a href="https://github.com/gouravkhunger/jekyll-auto-authors/network/dependents">
311+
<img src="https://dependents.info/gouravkhunger/jekyll-auto-authors/image.svg" />
312+
</a>
313+
314+
Made with [dependents.info](https://dependents.info).
315+
308316
## The Author
309317

310318
I am a self-taught software developer from India! I am a passionate app developer working on a lot of different kind of projects. If you like this plugin, let me know by supporting me!

0 commit comments

Comments
 (0)