Skip to content

Commit

Permalink
Use new ctype/tfun name in documentation build
Browse files Browse the repository at this point in the history
It's not in quicklis yet, but what's in quicklisp is broken anyway.
  • Loading branch information
Bike committed Jan 28, 2024
1 parent be29d5a commit e6fb601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "(:TREE #P\"${{ github.workspace }}/\")" > $HOME/.config/common-lisp/source-registry.conf.d/cleavir.conf
- name: Generate site with Staple
run: | # We quickload external dependencies since Staple doesn't. KLUDGE.
sbcl --non-interactive --eval "(ql:quickload '(:staple-markdown :ctype :ctype-tfun :mcclim :clouseau))" --eval "(staple:generate :cleavir-documentation-generation :output-directory #p\"_site/\")"
sbcl --non-interactive --eval "(ql:quickload '(:staple-markdown :ctype :ctype/tfun :mcclim :clouseau))" --eval "(staple:generate :cleavir-documentation-generation :output-directory #p\"_site/\")"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit e6fb601

Please sign in to comment.