Skip to content

Commit

Permalink
fix(ci): resolve blocked loading mixed active content by enforcing HTTPS
Browse files Browse the repository at this point in the history
- Updated the Hugo build command to use a fixed base URL with HTTPS.
  • Loading branch information
UmmItC committed Jan 11, 2025
1 parent 4537892 commit c63393b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ jobs:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
HUGO_ENVIRONMENT: production
TZ: America/Los_Angeles
run: |
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
run: hugo --gc --minify --baseURL "https://blog.ummit.dev"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit c63393b

Please sign in to comment.