We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799896b commit 7cbb423Copy full SHA for 7cbb423
2 files changed
.github/workflows/hugo.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build
30
run: |
31
cd docs-site
32
- hugo --minify
+ hugo --minify -b "https://lupppig.github.io/dbackup/"
33
34
- name: Deploy
35
uses: peaceiris/actions-gh-pages@v4
Makefile
@@ -9,7 +9,7 @@ build-web:
9
@echo "Building React UI..."
10
cd ui && npm install && npm run build
11
@echo "Building Hugo Docs..."
12
- cd docs-site && hugo
+ cd docs-site && hugo -b /docs/
13
@echo "Copying assets to embeddable web directory..."
14
mkdir -p web/ui web/docs
15
rm -rf web/ui/* web/docs/*
0 commit comments