Skip to content

Commit

Permalink
Hardcode base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
robalexdev committed Jun 19, 2024
1 parent 0782f35 commit 057a052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
set -e
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL "https://alexsci.com/rss-blogroll-network/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 057a052

Please sign in to comment.