1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

Replace 'TRAVIS_COMMIT_RANGE' usage

This commit is contained in:
Owen Voke 2020-06-24 12:53:35 +01:00 committed by Marco Bonelli
parent 7472600aa1
commit 81d346f006

View file

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