We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c149c30 commit 5fa48ffCopy full SHA for 5fa48ff
htmlproofer.sh
@@ -9,7 +9,7 @@ echo "Testing branch ${GITHUB_BASE_REF:-$GITHUB_HEAD_REF} of $REPOSITORY_NAME"
9
# Install htmlpoofer
10
gem update --system
11
gem --version
12
-gem install html-proofer
+gem install html-proofer -v 3.19.4 # newer 4.x requires different cmdline options
13
# Install ROS's version of sphinx
14
sudo apt-get -qq install "ros-noetic-rosdoc-lite"
15
source "/opt/ros/noetic/setup.bash"
0 commit comments