Skip to content

Commit

Permalink
Provide baseURL in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RVR06 authored Jun 19, 2024
1 parent 381dfe5 commit 0464665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
extended: true

- name: Build
run: hugo --minify
run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit 0464665

Please sign in to comment.