Skip to content

Commit

Permalink
br
Browse files Browse the repository at this point in the history
  • Loading branch information
valassi committed Oct 3, 2024
1 parent 401343e commit f007b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ jobs:
echo "This is a test or pre-release tag: to use it, you must install it directly as follows" >> ${WORKDIR}/versiontag.txt
else
echo "This is a release tag: you may install the *latest* release tag ${tagname_latest} as follows" >> ${WORKDIR}/versiontag.txt
echo "<sub>" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown
echo "<br><sub>" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown
echo "MG5_aMC>install cudacpp" >> ${WORKDIR}/versiontag.txt
echo "</sub>" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown
echo "Alternatively, you may install directly this specific tag as follows" >> ${WORKDIR}/versiontag.txt
fi
echo "<sub>" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown
echo "<br><sub>" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown
echo "MG5_aMC>install cudacpp --cudacpp_tarball=https://github.com/${REPOSITORY}/releases/download/${tagname}/cudacpp.tar.gz" >> ${WORKDIR}/versiontag.txt
echo "</sub>" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown
echo "" >> ${WORKDIR}/versiontag.txt
Expand Down

0 comments on commit f007b8d

Please sign in to comment.