Skip to content

Commit 7eab16c

Browse files
authored
Create docs-update.yml
1 parent 4cae080 commit 7eab16c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/docs-update.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update README
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- dev
8+
paths:
9+
- docker-compose.yaml
10+
- docs/**
11+
- .github/templates/docs/**
12+
13+
jobs:
14+
update:
15+
uses: codeshelldev/gh-actions/.github/workflows/readme-update.yml@main
16+
secrets:
17+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)