We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a441b52 commit 3ae791dCopy full SHA for 3ae791d
1 file changed
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
deploy:
27
environment:
28
name: github-pages
29
- url: ${{ steps:deployment.outputs.page_url }}
+ url: ${{ steps.deployment.outputs.page_url }}
30
runs-on: ubuntu-latest
31
steps:
32
- name: Checkout
0 commit comments