Skip to content

Commit 5fa48ff

Browse files
authored
CI: Stick to html-proofer 3.x (#718)
... as 4.x has a new, not yet documented command-line API
1 parent c149c30 commit 5fa48ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlproofer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Testing branch ${GITHUB_BASE_REF:-$GITHUB_HEAD_REF} of $REPOSITORY_NAME"
99
# Install htmlpoofer
1010
gem update --system
1111
gem --version
12-
gem install html-proofer
12+
gem install html-proofer -v 3.19.4 # newer 4.x requires different cmdline options
1313
# Install ROS's version of sphinx
1414
sudo apt-get -qq install "ros-noetic-rosdoc-lite"
1515
source "/opt/ros/noetic/setup.bash"

0 commit comments

Comments
 (0)