Skip to content

Commit 86a49d9

Browse files
authored
[BUGFIX] Link expansion in CI (#34)
Runs the correct command for the "Expand shorthand links" run in CI. Shorthand links will now expand correctly.
1 parent 731fe93 commit 86a49d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: php bin/index-files
3030

3131
- name: Expand shorthand links
32-
run: php bin/expand-tags
32+
run: php bin/expand-links
3333

3434
- name: Generate table of contents
3535
run: php bin/generate-tos

0 commit comments

Comments
 (0)