Skip to content

Commit 4e7dc8c

Browse files
duplicate english content if localised version does not exist
Signed-off-by: lianmakesthings <[email protected]>
1 parent 8beb212 commit 4e7dc8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ serve:
1414

1515
production-build:
1616
git submodule update --init --recursive
17+
./duplicate_pages.sh
1718
hugo \
1819
--minify
1920
npx -y pagefind --site public
2021

2122
preview-build:
2223
git submodule update --init --recursive
24+
./duplicate_pages.sh
2325
hugo \
2426
--baseURL $(DEPLOY_PRIME_URL) \
2527
--buildDrafts \

0 commit comments

Comments
 (0)