Skip to content

Commit

Permalink
doc workflow: generate source links to main revision
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwman authored and stylewarning committed Oct 2, 2024
1 parent 217020e commit 69db2ba
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 @@ -44,7 +44,7 @@ jobs:
(ql:quickload :coalton/doc)
(uiop:symbol-call :coalton/doc :write-stdlib-documentation-to-file
"/__w/coalton/coalton/coalton-website/content/reference.md"
:backend :hugo))
:backend :hugo :revision "main"))
EOF
sbcl --noinform --non-interactive --load run-docs.lisp --eval "(main)"
Expand Down

0 comments on commit 69db2ba

Please sign in to comment.