Skip to content

Commit

Permalink
Sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Oct 10, 2023
1 parent 2183066 commit ab60398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sbcl --load ~/quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(ql-util:without-prompting (ql:add-to-init-file))' --quit
- name: Rebuild the index
run: |
sbcl --noinform --load "compile.lisp" --eval '(generate)' --quit
./compile.lisp
- name: GH Pages deploy
if: github.head_ref == null
run: |
Expand Down

0 comments on commit ab60398

Please sign in to comment.