Skip to content

Commit

Permalink
fix: change base url hugo for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Sep 11, 2024
1 parent 6f37956 commit 578fc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
hugo \
--gc --minify \
--baseURL "https://beta.pactus.org/"
--baseURL "https://pactus.org/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 578fc5f

Please sign in to comment.