Skip to content

Commit

Permalink
ci: use submodule as theme location
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jun 16, 2024
1 parent 38e4a34 commit f48d3f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- name: Build Webpage
working-directory: ./docs/
run: |
hugo mod init github.com/alex-shpak/hugo-book
hugo mod get -u
hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
6 changes: 1 addition & 5 deletions docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
baseURL = "https://toruniina.github.io/toml11"
title = "toml11"
languageCode = "en-us"

theme = "hugo-book"
disablePathToLower = true

[module]
[[module.imports]]
path = 'github.com/alex-shpak/hugo-book'

[languages]
[languages.en]
weight = 1
Expand Down

0 comments on commit f48d3f8

Please sign in to comment.