Skip to content

Commit

Permalink
remove base url override entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Apr 21, 2024
1 parent 4cd60b9 commit 71e6b53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--minify \
# --baseURL "${{ steps.pages.outputs.base_url }}/" # this is commented out to keep using polyvariant.org instead home.polyvariant.org
hugo --minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 71e6b53

Please sign in to comment.