Skip to content

Commit 55d8b32

Browse files
authored
fix: docs deploy pipeline (#106)
1 parent bb2eb7d commit 55d8b32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5555
accountId: 2238a825c5aca59233eab1f221f7aefb
56-
projectName: gopher-docs-preview
56+
projectName: gopher-docs
5757
directory: ./docs/build
5858
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
5959
branch: ${{ github.head_ref || github.ref_name }}

packages/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can pass custom fetch options when initializing the context:
7979
</SprinterContext>
8080
```
8181

82-
## Docs
82+
## Documentation
8383
For more detailed docs you can check out [SDK docs page](https://docs.sprinter.tech/docs/react-sdk/).
8484

8585
## Contributing

packages/sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import { setBaseUrl } from '@chainsafe/sprinter-sdk';
7070
setBaseUrl("https://api.sprinter.buildwithsygma.com");
7171
```
7272

73-
## Docs
73+
## Documentation
7474
For more detailed docs you can check out [SDK docs page](https://docs.sprinter.tech/docs/sdk/).
7575

7676
## API Documentation

0 commit comments

Comments
 (0)