Skip to content

Commit

Permalink
Fix deploy site to proper URL
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfcorreia authored Jul 10, 2024
1 parent ffeae94 commit f6d76d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
hugo \
--gc \
--minify \
--baseURL "https://labs.luiscorreia.pt/"
--baseURL "https://labs.oneoverzero.org/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -69,7 +69,7 @@ jobs:
deploy:
environment:
name: github-pages
url: https://labs.luiscorreia.pt/
url: https://labs.oneoverzero.org/
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit f6d76d8

Please sign in to comment.