Skip to content

Commit

Permalink
fix: deploy url
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwire authored Jan 22, 2025
1 parent 42a3527 commit a1efd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.pages.outputs.page_url }}
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit a1efd62

Please sign in to comment.