Skip to content

Commit 95cc535

Browse files
authored
ci: use missdoc as subcmd (#14524)
1 parent 9f5e999 commit 95cc535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535

3636
- name: Check against parent commit
3737
run: |
38-
./v run cmd/tools/missdoc.v $MOPTIONS | sort > /tmp/n_v.txt
39-
cd pv/ && ../v run ../cmd/tools/missdoc.v $MOPTIONS | sort > /tmp/o_v.txt
38+
./v missdoc $MOPTIONS | sort > /tmp/n_v.txt
39+
cd pv/ && ../v missdoc $MOPTIONS | sort > /tmp/o_v.txt
4040
count_new=$(cat /tmp/n_v.txt | wc -l)
4141
count_old=$(cat /tmp/o_v.txt | wc -l)
4242
echo "new pubs: $count_new | old pubs: $count_old"

0 commit comments

Comments
 (0)