File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
36
36
folder : dist
37
37
branch : gh-pages
38
38
token : ${{ secrets.DEPLOY_TOKEN }}
39
- repository-name : typescript-tutorial-exercises/preview
39
+ repository-name : type-challenges/site
40
40
- name : Deploy to github pages
41
41
if : ${{ github.ref == 'refs/heads/main' }}
42
42
uses : JamesIves/github-pages-deploy-action@v4
43
43
with :
44
44
folder : dist
45
45
branch : gh-pages
46
46
token : ${{ secrets.DEPLOY_TOKEN }}
47
- repository-name : typescript-tutorial-exercises/typescript-tutorial-exercises .github.io
47
+ repository-name : type-challenges/type-challenges .github.io
Original file line number Diff line number Diff line change 7
7
8
8
## Getting Started
9
9
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!
11
11
12
12
All exercises are from [ type-challenges] ( https://github.com/type-challenges/type-challenges ) .
13
13
You can’t perform that action at this time.
0 commit comments