Skip to content

Commit 7889d01

Browse files
committed
Update README
remove outdate website
1 parent eeb2e77 commit 7889d01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
run: mkdir -p out/vsix && npm exec vsce package -- -o out/vsix/
4343

4444
- name: Upload artifact
45-
uses: actions/upload-artifact@v2
45+
if: runner.os == 'Linux'
46+
uses: actions/upload-artifact@v4
4647
with:
4748
name: ${{ github.event.repository.name }}
4849
path: |

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ See [CHANGELOG.md](./CHANGELOG.md).
2626

2727
## For more information
2828
* Also developed by me for preview and edit graphviz file:
29-
- [Graphviz Viewer Online](https://graphviz.net)
3029
- [Graphviz Viewer in Google Play](https://play.google.com/store/apps/details?id=indie.haozi.gvviewer)
3130
* [GitHub](https://github.com/beicause/call-graph)
3231

0 commit comments

Comments
 (0)