Skip to content

Commit

Permalink
feat(typedoc): add new cname
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Mar 29, 2021
1 parent f6caa1e commit 35627e3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
npm run typedoc
cd docs
echo 'docs.walletbeacon.io' > CNAME
echo 'typedocs.walletbeacon.io' > CNAME
git config --global user.email "[email protected]"
git config --global user.name "github-actions-bot"
git init
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://docs.walletbeacon.io/CHANGELOG.html
https://docs.walletbeacon.io/CHANGELOG
25 changes: 0 additions & 25 deletions deploy-docs.sh

This file was deleted.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Besides this Typescript SDK, we also provide SDKs for native iOS and Android Wal

## Documentation

The documentation can be found [here](https://docs.walletbeacon.io/).
The documentation can be found [here](https://docs.walletbeacon.io/), technical documentation can be found [here](https://typedocs.walletbeacon.io/).

## Installation

Expand Down

0 comments on commit 35627e3

Please sign in to comment.