We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebcc6d commit 902eb8fCopy full SHA for 902eb8f
.github/workflows/context7.yml
@@ -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
context7.json
@@ -0,0 +1,4 @@
+{
+ "url": "https://context7.com/deepgram-starters/flask-text-to-speech",
+ "public_key": "pk_hu7APZeIXQ14hNyaCBm0A"
+}
0 commit comments