Skip to content

Commit f267d5b

Browse files
committed
Remove realpath check
This would only cause failure, but the run will fail anyway if we actually depend on it
1 parent 4d6a3a8 commit f267d5b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424

25-
- name: Install realpath
26-
run: |
27-
which realpath
28-
2925
- name: Setup Node.js for Slidev
3026
uses: actions/setup-node@v6
3127
with:

0 commit comments

Comments
 (0)