mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:22:06 +02: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:
parent
dbe3717463
commit
44472fb217
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue