Skip to content

Commit

Permalink
change name for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfcorreia committed Jun 15, 2024
1 parent 89b8492 commit 0d4c06e
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 "${{ steps.pages.outputs.base_url }}/"
--baseURL "https://labs.luiscorreia.pt/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -69,7 +69,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: https://labs.luiscorreia.pt/
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 0d4c06e

Please sign in to comment.