Skip to content

Commit

Permalink
Fixed base url for hugo website
Browse files Browse the repository at this point in the history
  • Loading branch information
spolischook committed Dec 9, 2023
1 parent 93ee6fa commit 3623820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
hugo-version: '0.118.2' # Use the version of Hugo you are using

- name: Build Hugo
run: hugo --minify --baseURL="https://kotoblog.pp.ua"
run: hugo --minify --baseURL="https://www.kotoblog.pp.ua"

- name: Deploy to S3
uses: jakejarvis/s3-sync-action@master
Expand Down

0 comments on commit 3623820

Please sign in to comment.