Skip to content

Commit

Permalink
Fix baseURL printing unsecure links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakrecoer authored Jun 17, 2024
1 parent 210b819 commit 55696df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
hugo \
--minify \
--source website \
--baseURL "${{ steps.pages.outputs.base_url }}/"
## Disable to see if URLs are printed securely
##--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 55696df

Please sign in to comment.