1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 17:19:47 +01:00

ci: add tldr-pages/tldr before commit hash for auto gh linking (#5072)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
Matthew Peveler 2021-01-03 16:48:47 -05:00 committed by GitHub
parent dbe3717463
commit 44472fb217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ function upload_assets {
cd "$SITE_HOME"
git add -A
git commit -m "[GitHub Actions] uploaded assets after commit ${GITHUB_SHA}"
git commit -m "[GitHub Actions] uploaded assets after commit tldr-pages/tldr@${GITHUB_SHA}"
git push -q
echo "Assets (pages archive, index) deployed to static site."