Skip to content

Commit 7825d88

Browse files
jnnsbrrjnnsbrr
authored andcommitted
test more
1 parent b8a1d82 commit 7825d88

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
HUGO_ENV: production
105105
run: |
106106
echo "Building Hugo site with documentation..."
107-
hugo --baseURL https://pik-copan.github.io/copanlpjml_pages/ --logLevel info
107+
hugo --logLevel info
108108
109109
- name: Setup Pages
110110
uses: actions/configure-pages@v4

config.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
baseURL: 'https://copanlpjml.pik-potsdam.de'
22
relativeURLs: true
3-
4-
module:
5-
mounts:
6-
- source: static
7-
target: static
8-
- source: ./node_modules/flag-icons/flags
9-
target: static/flags
10-
- source: ./node_modules/@fontsource/mulish/files
11-
target: static/files
12-
- source: ./node_modules/katex/dist/fonts
13-
target: static/fonts
143
languageCode: 'en-us'
154
title: 'copan:LPJmL'
165
theme: "toha"

0 commit comments

Comments
 (0)