-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodule branch, Hugo version, and pagination
Set the Ananke theme submodule to use the main branch. Changed the Hugo version to latest in the Docker workflow configuration. Refactored pagination setting into a dedicated section in config.toml.
- Loading branch information
Showing
4 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,15 +42,10 @@ jobs: | |
${{ runner.os }}-lfs- | ||
- name: Git LFS Pull | ||
run: git lfs pull | ||
# remove the git lfs directory to free up disk space | ||
- name: Remove File | ||
uses: JesseTG/[email protected] | ||
with: | ||
path: ./git/lfs | ||
- name: Setup Hugo | ||
uses: peaceiris/actions-hugo@v2 | ||
with: | ||
hugo-version: '0. 135.0' | ||
hugo-version: 'latest' | ||
extended: true | ||
- name: Build | ||
run: hugo --minify --noTimes=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "themes/ananke"] | ||
path = themes/ananke | ||
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git | ||
branch = main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters