bak
This commit is contained in:
@@ -21,8 +21,9 @@ if [ ! -d "$gh_pages_dir" ]; then
|
||||
fi
|
||||
cp README.html "${gh_pages_dir}/index.html"
|
||||
git -C "$gh_pages_dir" add index.html
|
||||
git -C "$gh_pages_dir" commit -m "$(git log -1 --format="%H")"
|
||||
git -C "$gh_pages_dir" push
|
||||
if git -C "$gh_pages_dir" commit -m "$(git log -1 --format="%H")"; then
|
||||
git -C "$gh_pages_dir" push
|
||||
fi
|
||||
|
||||
# NPM package.
|
||||
# Updates package.json version, which other systems read if possible.
|
||||
|
||||
Reference in New Issue
Block a user