File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - name : Checkout repository
1414 uses : actions/checkout@v4
1515
16- - name : Install Fern CLI tool
17- run : npm install -g fern-api
16+ - name : Setup Fern CLI
17+ uses : fern-api/setup-fern-cli@v1
1818
1919 - name : Check API is valid
2020 run : fern check
Original file line number Diff line number Diff line change 1212 - name : Checkout repository
1313 uses : actions/checkout@v4
1414
15- - name : Install Fern CLI tool
16- run : npm install -g fern-api
15+ - name : Setup Fern CLI
16+ uses : fern-api/setup-fern-cli@v1
1717
1818 - name : Generate preview URL
1919 id : generate-docs
Original file line number Diff line number Diff line change 1313 - name : Checkout repository
1414 uses : actions/checkout@v4
1515
16- - name : Install Fern CLI tool
17- run : npm install -g fern-api
16+ - name : Setup Fern CLI
17+ uses : fern-api/setup-fern-cli@v1
1818
1919 - name : Publish Docs
2020 env :
You can’t perform that action at this time.
0 commit comments