Skip to content

Commit 5ced4fb

Browse files
committed
docs: update README
1 parent 7710728 commit 5ced4fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
folder: dist
3737
branch: gh-pages
3838
token: ${{ secrets.DEPLOY_TOKEN }}
39-
repository-name: typescript-tutorial-exercises/preview
39+
repository-name: type-challenges/site
4040
- name: Deploy to github pages
4141
if: ${{ github.ref == 'refs/heads/main' }}
4242
uses: JamesIves/github-pages-deploy-action@v4
4343
with:
4444
folder: dist
4545
branch: gh-pages
4646
token: ${{ secrets.DEPLOY_TOKEN }}
47-
repository-name: typescript-tutorial-exercises/typescript-tutorial-exercises.github.io
47+
repository-name: type-challenges/type-challenges.github.io

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Getting Started
99

10-
Please go to [typescript-tutorial-exercises.github.io](https://typescript-tutorial-exercises.github.io/) to start your TypeScript travel!
10+
Please go to [type-challenges.github.io](https://type-challenges.github.io/) to start your TypeScript travel!
1111

1212
All exercises are from [type-challenges](https://github.com/type-challenges/type-challenges).
1313

0 commit comments

Comments
 (0)