* fix: doc deploy

* readme
This commit is contained in:
Archer
2025-02-05 00:26:24 +08:00
committed by GitHub
parent db2c0a0bdb
commit 09fa602dde
4 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM hugomods/hugo:0.117.0 AS builder
WORKDIR /app
ADD ./docSite hugo
RUN cd /app/hugo && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e && hugo -v --minify
RUN cd /app/hugo && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e && hugo -v --minify
FROM fholzer/nginx-brotli:latest