We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa684f commit 389363fCopy full SHA for 389363f
build_docs.sh
@@ -3,6 +3,9 @@
3
# Fail on simple errors, so that pipeline / job fails
4
set -e
5
6
+# Fetch all tags to ensure we have the latest release tags
7
+git fetch --tags
8
+
9
# Define base directory where docs will be generated
10
OUTPUT_DIR="docs_output"
11
0 commit comments