Skip to content

Commit

Permalink
fix: baseurl for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed May 16, 2024
1 parent ba3fddc commit c272adf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Build with Hugo
run: |
npm run build
run: hugo --logLevel info --minify --source=exampleSite --themesDir ../.. --baseURL=https://pages.hugodoit.com
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit c272adf

Please sign in to comment.