Skip to content

Commit a35f18b

Browse files
committed
CI Updated
1 parent 4c8a1ab commit a35f18b

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/gitHub_pages_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
node-version: "16.x"
1818

1919
- name: Installing packages
20-
run: npm install
20+
run: yarn install
2121

2222
- name: Build
23-
run: npm run build && npm run export && touch ./out/.nojekyll
23+
run: yarn run build && yarn run export && touch ./out/.nojekyll
2424

2525
- name: Deploy
2626
uses: JamesIves/[email protected]

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<a href="https://github.com/anuraghazra/github-readme-stats">
2-
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
3-
</a>
4-
<a href="https://github.com/anuraghazra/convoychat">
5-
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=convoychat" />
6-
</a>
1+
saumyaroy.com
2+
3+
Homepage

0 commit comments

Comments
 (0)