From 1771c92bbf884ee8aceb2e2f22753461450ff2b2 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sun, 7 Feb 2021 01:51:24 +0300 Subject: [PATCH] Moved log from. --- .github/actions/build-docs/upload.ros | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/build-docs/upload.ros b/.github/actions/build-docs/upload.ros index 0b51454..01ac17f 100755 --- a/.github/actions/build-docs/upload.ros +++ b/.github/actions/build-docs/upload.ros @@ -153,13 +153,14 @@ behaviour could be overriden by keyword argument ``:raise t``." (let ((*current-dir* (probe-file #P""))) (cond ((git-repository-was-changed-p) + (log:info "Pushing local changes to the repository") (git "add -u") (when (uiop:getenv "GITHUB_ACTIONS") - (log:info "Pushing changes to gh-pages branch") (git "config --global user.name \"github-actions[bot]\"") (git "config --global user.email \"actions@github.com\"")) + (git "commit -m 'Update docs'") (cond