Skip to content

Commit 889420e

Browse files
committed
Update baseURL in hugo.toml and fix baseURL argument in workflow
1 parent b8b840c commit 889420e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
hugo \
4545
--minify \
46-
--baseURL "${{ steps.pages.outputs.base_url }}/"
46+
--baseURL "${{ steps.pages.outputs.base_url }}"
4747
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
baseURL = 'https://example.org/'
1+
baseURL = 'https://rajporus19.github.io/linux-setup-generator/'
22
languageCode = 'en-us'
33
title = 'Linux Setup Generator'

0 commit comments

Comments
 (0)