File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 13
13
pull-requests : write
14
14
15
15
steps :
16
- - name : Checkout AA-SDK
16
+ - name : Checkout aa-sdk
17
17
uses : actions/checkout@v4
18
18
19
19
- name : Download Alchemy Docs Repo
@@ -29,10 +29,11 @@ jobs:
29
29
run : |
30
30
mkdir -p docs-site/account-kit
31
31
cp -r docs/* docs-site/account-kit/
32
- cd docs-site
33
32
34
33
- name : Insert Account Kit docs.yml into docs-site/fern/docs.yml
35
- run : account-kit/scripts/insert-docs.sh
34
+ run : |
35
+ cd docs-site
36
+ account-kit/scripts/insert-docs.sh
36
37
37
38
- name : Install Fern CLI
38
39
run : npm install -g fern-api
42
43
env :
43
44
FERN_TOKEN : ${{ secrets.FERN_TOKEN }}
44
45
run : |
46
+ cd docs-site
45
47
OUTPUT=$(fern generate --docs --preview 2>&1) || true
46
48
echo "$OUTPUT"
47
49
URL=$(echo "$OUTPUT" | grep -oP 'Published docs to \K.*(?= \()')
You can’t perform that action at this time.
0 commit comments