Skip to content

Commit

Permalink
[docs] Fix Ruby docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Dec 8, 2023
1 parent 078e4c2 commit 8063da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ py)
;;
rb)
bazel run //rb:docs || exit
docs="$(bazel cquery --output=files //rb:docs 2> /dev/null).runfiles/selenium/docs/api/rb"
docs="bazel-bin/rb/docs.rb.sh.runfiles/selenium/docs/api/rb"
;;
dotnet)
# dotnet sdk should be installed
Expand Down Expand Up @@ -61,7 +61,7 @@ dotnet)
;;
esac

git add -A docs/api
git add -A docs/api || exit

read -p "Do you want to commit the changes? (Y/n):" changes </dev/tty

Expand Down

0 comments on commit 8063da2

Please sign in to comment.