Skip to content

Commit

Permalink
Update site/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ADubhlaoich authored Sep 4, 2024
1 parent 867d617 commit 3c714f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ifeq (, $(shell docker version 2> /dev/null))
$(error Docker and markdown-link-check are not installed. markdown-link-check or Docker are required to check links.)
endif
else
MARKDOWNLINKCHECK=docker run --rm -it -v ${CURDIR}:/docs --workdir /docs ${MARKDOWNLINKCHECK_IMG}
MARKDOWNLINKCHECK=docker run --rm -it -v ${CURDIR}:/site --workdir /site ${MARKDOWNLINKCHECK_IMG}
endif
endif

Expand Down

0 comments on commit 3c714f0

Please sign in to comment.