Add missing instance of url parameter

This commit is contained in:
Joey Hafner 2024-05-28 23:31:13 -07:00
parent f814fec811
commit f8a4fc8ccb

View File

@ -58,7 +58,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: https://jafner.dev/
runs-on: ubuntu-latest
needs: build
steps: