Skip to content

Commit 5529020

Browse files
committed
chore: add Context7 auto-refresh workflow
1 parent aee0e3f commit 5529020

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/context7.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update Context7 Documentation
2+
3+
on:
4+
release:
5+
types: [published]
6+
workflow_dispatch:
7+
8+
jobs:
9+
update-docs:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Update Context7 Documentation
14+
id: context7
15+
uses: rennf93/upsert-context7@1.1
16+
with:
17+
operation: refresh

0 commit comments

Comments
 (0)