Skip to content

Commit

Permalink
fix generate-document.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Sep 24, 2023
1 parent 82a486c commit fd6bc78
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/generate-document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,13 @@ jobs:
run: |
set -ex
# workaround for sbcl and log4cl combination problems
mkdir ~/common-lisp
cd ~/common-lisp
git clone https://github.com/sharplispers/log4cl.git
cd -
ros config set dynamic-space-size 2048
ros install lem-project/async-process lem
export PATH=$HOME/.roswell/bin:$PATH
cd $(ros -e '(princ (ql:where-is-system :lem))')
curl -L https://qlot.tech/installer | bash
export PATH="/home/runner/.qlot/bin:$PATH"
document_file=docs/default-keybindings.md
ros -s lem -s lem/extensions -e "(lem-documentation-mode:generate-markdown-file \"${document_file}\" :command)"
qlot exec ros -s lem -s lem/extensions -e "(lem-documentation-mode:generate-markdown-file \"${document_file}\" :command)"
if [ -z "$(git diff ${document_file})" ]; then
exit 0
Expand Down

0 comments on commit fd6bc78

Please sign in to comment.