Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.106.0'
hugo-version: '0.155'
extended: true

- name: Build
Expand Down
3 changes: 2 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
baseURL: "https://inclusionai.github.io/"
title: INCLUSION AI
paginate: 5
pagination:
pagerSize: 5
theme: PaperMod

enableRobotsTXT: true
Expand Down
Loading
Loading