Update BaseURL in github pages deployment

This commit is contained in:
Alex Shpak
2025-08-04 01:18:59 +02:00
parent 470d619e1d
commit 8e00763e8b
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
extended: true
- name: Run Hugo
working-directory: exampleSite
run: hugo --minify --themesDir ../..
run: hugo --minify --themesDir ../.. --baseURL="https://book.alxs.dev/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: