mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
Replace 'TRAVIS_COMMIT_RANGE' usage
This commit is contained in:
parent
7472600aa1
commit
81d346f006
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function upload_assets {
|
||||||
|
|
||||||
cd "$SITE_HOME"
|
cd "$SITE_HOME"
|
||||||
git add -A
|
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
|
git push -q
|
||||||
|
|
||||||
echo "Assets (pages archive, index) deployed to static site."
|
echo "Assets (pages archive, index) deployed to static site."
|
||||||
|
|
Loading…
Add table
Reference in a new issue