Skip to content

Commit

Permalink
stop testing hugo academic since it doesn't seem to care about compat…
Browse files Browse the repository at this point in the history
…ibility with higher versions of hugo
  • Loading branch information
yihui committed Sep 16, 2024
1 parent c6e73fb commit 8f083f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-ci/test-themes.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_site = function(theme) {
assert('new_site() and build_site() work with selected themes', {
themes = c(
'hugo-apero/hugo-apero',
sprintf('wowchemy/starter-hugo-%s', c('academic', 'online-course', 'research-group')),
sprintf('wowchemy/starter-hugo-%s', c('online-course', 'research-group')),
sprintf('yihui/hugo-%s', c('lithium', 'prose', 'xmag', 'xmin', 'ivy', 'paged'))
)
status = !sapply(themes, test_site)
Expand Down

0 comments on commit 8f083f6

Please sign in to comment.