Skip to content

Commit

Permalink
Update hugo.yml -- hardcode staging URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-a-krol authored Oct 10, 2024
1 parent 8539c89 commit 9dc9e69
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.deployment.outputs.page_url }}
url: https://usable-staging.usable.tools/
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 9dc9e69

Please sign in to comment.