Skip to content

Commit 4e45097

Browse files
committed
Fix workspace name
1 parent 45ef79d commit 4e45097

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ jobs:
3838
- name: Generate resume
3939
run: yarn workspace @teimurjan/website generate-resume
4040

41-
- name: Build
42-
run: yarn workspace @teimurjan/website build
43-
44-
- name: Generate README
41+
- name: Generate readme
4542
run: yarn workspace @teimurjan/profile-readme generate-readme
4643

47-
- name: Upload README artifact
44+
- name: Upload readme artifact
4845
uses: actions/upload-artifact@v4
4946
with:
5047
name: ${{ env.GENERATED_README_KEY }}
5148
path: workspaces/profile-readme/README.md
5249

50+
- name: Build
51+
run: yarn workspace @teimurjan/website build
52+
5353
- name: Deploy
5454
uses: peaceiris/actions-gh-pages@v3
5555
if: ${{ github.ref == 'refs/heads/main' }}
@@ -63,7 +63,7 @@ jobs:
6363
concurrency:
6464
group: ${{ github.workflow }}-${{ github.ref }}
6565
steps:
66-
- name: Download README artifact
66+
- name: Download readme artifact
6767
uses: actions/download-artifact@v4
6868
with:
6969
name: ${{ env.GENERATED_README_KEY }}

workspaces/profile-readme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@teimurjan/profile-readmie",
2+
"name": "@teimurjan/profile-readme",
33
"version": "0.0.0",
44
"private": true,
55
"description": "GitHub profile README generator",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,9 +3832,9 @@ __metadata:
38323832
languageName: unknown
38333833
linkType: soft
38343834

3835-
"@teimurjan/profile-readmie@workspace:workspaces/profile-readme":
3835+
"@teimurjan/profile-readme@workspace:workspaces/profile-readme":
38363836
version: 0.0.0-use.local
3837-
resolution: "@teimurjan/profile-readmie@workspace:workspaces/profile-readme"
3837+
resolution: "@teimurjan/profile-readme@workspace:workspaces/profile-readme"
38383838
dependencies:
38393839
"@teimurjan/gql-types": "workspace:*"
38403840
tsx: "npm:^4.19.3"

0 commit comments

Comments
 (0)