Ignore qlot files when pushing changes.
This commit is contained in:
parent
5689ebaf14
commit
858def8938
1 changed files with 1 additions and 1 deletions
2
.github/actions/build-docs/upload.ros
vendored
2
.github/actions/build-docs/upload.ros
vendored
|
@ -77,7 +77,7 @@ behaviour could be overriden by keyword argument ``:raise t``."
|
||||||
|
|
||||||
(defun git-repository-was-changed-p ()
|
(defun git-repository-was-changed-p ()
|
||||||
;; if git status returns something, then repository have uncommitted changes
|
;; if git status returns something, then repository have uncommitted changes
|
||||||
(> (length (git "status --porcelain"))
|
(> (length (git "status --porcelain | grep -v qlfile"))
|
||||||
0))
|
0))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue