Skip to content

Commit 4acdc39

Browse files
committed
Add context7 docs refresh workflow on tag push
1 parent a60bdcb commit 4acdc39

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Refresh Context7 Docs
2+
3+
on:
4+
push:
5+
tags:
6+
- '[0-9]+.[0-9]+.[0-9]+'
7+
workflow_dispatch:
8+
9+
jobs:
10+
refresh:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: rennf93/upsert-context7@v1
15+
with:
16+
operation: refresh

0 commit comments

Comments
 (0)