|
@@ -51,7 +51,7 @@ Additional args to render CONTENT can be passed via RENDER-ARGS."
|
51
|
51
|
(when (probe-file dir)
|
52
|
52
|
(run-program "cp -R ~a ." dir)))
|
53
|
53
|
(do-ctypes (publish ctype))
|
54
|
|
- (render-indices (not (github *config*)))
|
|
54
|
+ (render-indices (not (github-pages *config*)))
|
55
|
55
|
(render-feeds (feeds *config*))))
|
56
|
56
|
|
57
|
57
|
(defgeneric deploy (staging)
|
|
@@ -63,7 +63,7 @@ Additional args to render CONTENT can be passed via RENDER-ARGS."
|
63
|
63
|
(curr (rel-path dest ".curr")))
|
64
|
64
|
(ensure-directories-exist new-build)
|
65
|
65
|
(run-program "mv ~a ~a" staging new-build)
|
66
|
|
- (when (github *config*)
|
|
66
|
+ (when (github-pages *config*)
|
67
|
67
|
(let ((cname-filename (rel-path "" "~a/CNAME" new-build))
|
68
|
68
|
(stripped-url (puri:uri-host (puri:parse-uri
|
69
|
69
|
(domain *config*)))))
|