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 bb9b87c commit df3e43eCopy full SHA for df3e43e
.github/scripts/build_guide.sh
@@ -15,6 +15,10 @@ if [ "$GUIDE_SSH_KEY" != "" ]; then
15
sudo apt-get install libgraphicsmagick1-dev
16
bundle config --local path .bundle/gems
17
bundle
18
+
19
+ if [ ! "$release_snapshot" = true ] ; then # Build PDF from release branch?
20
+ sed -i.bu "s/main/$git_version/" doc/antora-assembler.yml
21
+ fi
22
npm run hosted-docs -- --attribute "git-version=$git_version"
23
24
# Make sure there are no broken links in the versions we care about.
0 commit comments