File tree 1 file changed +11
-13
lines changed
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : generate llm data
2
+ name : generate llm text
3
3
4
4
on :
5
- push :
6
- branches :
7
- - firecrawl
8
- # pull_request:
9
- # branches:
10
- # - main
11
- # workflow_call:
5
+ schedule :
6
+ - cron : " 0 22 * * 6"
7
+ workflow_dispatch :
12
8
13
9
jobs :
14
10
llms :
15
11
16
- name : Lint Code Base, Spelling
12
+ name : Generate LLM text
17
13
runs-on : ubuntu-latest
18
14
permissions :
19
- contents : read
15
+ contents : write
16
+ pull-requests : write
20
17
steps :
18
+
21
19
- uses : actions/checkout@v3
22
20
23
- - name : firecrawl
21
+ - name : generate-llms
24
22
uses : ConsenSys/github-actions/docs-firecrawl-llm@firecrawl
25
23
with :
26
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
- FIRECRAWL_API_KEY : ${{ secrets.GITHUB_TOKEN }}
28
- TARGET_URL : " https://docs.gator.metamask .io/development"
25
+ FIRECRAWL_API_KEY : ${{ secrets.FIRECRAWL_API_KEY }}
26
+ TARGET_URL : " https://docs.web3signer.consensys .io/development"
29
27
MAX_URLS : 25
30
28
SHOW_FULL_TEXT : true
You can’t perform that action at this time.
0 commit comments