Skip to content

Commit f262471

Browse files
LLM generation updates (#316)
* firecrawl-limit * test
1 parent 824b7de commit f262471

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.github/workflows/llm.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
---
2-
name: generate llm data
2+
name: generate llm text
33

44
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:
128

139
jobs:
1410
llms:
1511

16-
name: Lint Code Base, Spelling
12+
name: Generate LLM text
1713
runs-on: ubuntu-latest
1814
permissions:
19-
contents: read
15+
contents: write
16+
pull-requests: write
2017
steps:
18+
2119
- uses: actions/checkout@v3
2220

23-
- name: firecrawl
21+
- name: generate-llms
2422
uses: ConsenSys/github-actions/docs-firecrawl-llm@firecrawl
2523
with:
2624
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"
2927
MAX_URLS: 25
3028
SHOW_FULL_TEXT: true

0 commit comments

Comments
 (0)