Skip to content

Commit 9c0a98d

Browse files
author
Markus Donko-Huber
committed
Another fix page URL in the workflow
1 parent e6e5585 commit 9c0a98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
hugo \
5757
--minify \
58-
--baseURL "${{ steps.pages.outputs.base_url }}/"
58+
--baseURL "https://pets-lecture.github.io"
5959
- name: Upload artifact
6060
uses: actions/upload-pages-artifact@v3
6161
with:

0 commit comments

Comments
 (0)