Skip to content

Commit 05794ac

Browse files
committed
feat: update language graph
1 parent 67e6b68 commit 05794ac

File tree

7 files changed

+1283
-7
lines changed

7 files changed

+1283
-7
lines changed

.github/workflows/update-readme.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Update Blog Posts
1717
run: |
1818
cd scripts && npm install && ACCESS_TOKEN=${{ secrets.ACCESS_TOKEN }} npm run get:posts
19+
- name: Update Language Graph
20+
run: |
21+
cd scripts && npm install && ACCESS_TOKEN=${{ secrets.ACCESS_TOKEN }} npm run get:langGraph
1922
- name: Commit changes
2023
run: |
2124
git config --local user.email "github-actions[bot]@users.noreply.github.com"

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,8 @@
109109

110110
---
111111

112-
<picture>
113-
<source media="(prefers-color-scheme: dark)" srcset="https://wakatime.com/share/@pulkitxm/b09efaa2-860c-4ed4-afbe-4a645828d6fe.svg">
114-
<img src="https://wakatime.com/share/@pulkitxm/b09efaa2-860c-4ed4-afbe-4a645828d6fe.svg" width="100%" height="auto" style="max-height: 400px; object-fit: contain;">
115-
</picture>
112+
<!-- ![pulkitxm]("./assets/langGraph.svg") -->
113+
<img src="./assets//langGraph.svg" alt="pulkitxm" width="100%">
116114

117115
<br/><br/>
118116

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)