Fixed some errors.
This commit is contained in:
parent
db96d7c01c
commit
5df131f7e1
1 changed files with 4 additions and 2 deletions
6
.github/actions/build-docs/upload.ros
vendored
6
.github/actions/build-docs/upload.ros
vendored
|
@ -5,7 +5,9 @@ exec ros -Q -- $0 "$@"
|
||||||
|#
|
|#
|
||||||
(progn ;;init forms
|
(progn ;;init forms
|
||||||
(ros:ensure-asdf)
|
(ros:ensure-asdf)
|
||||||
#+quicklisp(ql:quickload '() :silent t))
|
#+quicklisp
|
||||||
|
(ql:quickload '(log4cl)
|
||||||
|
:silent t))
|
||||||
|
|
||||||
(defpackage :ros.script.upload
|
(defpackage :ros.script.upload
|
||||||
(:use :cl))
|
(:use :cl))
|
||||||
|
@ -69,7 +71,7 @@ behaviour could be overriden by keyword argument ``:raise t``."
|
||||||
"git "
|
"git "
|
||||||
commands)))
|
commands)))
|
||||||
|
|
||||||
(log:info "Running" command "in" path)
|
(log:info "Running" command "in" *current-dir*)
|
||||||
(run command))))
|
(run command))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue