Skip to content

Commit 7a4e771

Browse files
authored
Revert "Add GHA workflow to rebuild and republish site on changes to docs/sit…"
This reverts commit 203c458.
1 parent 0f06f04 commit 7a4e771

File tree

3 files changed

+2
-62
lines changed

3 files changed

+2
-62
lines changed

.github/workflows/deploy_site.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/site/homepage/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ baseURL = "https://opencolorio.org/"
33
title = "OpenColorIO"
44
theme = "site"
55
# post pagination
6-
pagination.pagerSize = "6"
6+
paginate = "6"
77
# post excerpt
88
summaryLength = "15"
99
# disqus short name

docs/site/layouts/partials/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
</ul>
3838
<!-- Language List -->
39-
{{- if hugo.IsMultilingual }}
39+
{{- if site.IsMultiLingual }}
4040
<select id="select-language" onchange="location = this.value;">
4141
{{ $siteLanguages := site.Languages}}
4242
{{ $pageLang := .Page.Lang}}

0 commit comments

Comments
 (0)