We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705c5a8 commit a0ece7aCopy full SHA for a0ece7a
1 file changed
.github/workflows/deploy.yml
@@ -42,8 +42,7 @@ jobs:
42
deploy:
43
environment:
44
name: github-pages
45
- url: ${{ steps:
46
- deployment.outputs.page_url }}
+ url: ${{ steps.deployment.outputs.page_url }}
47
runs-on: ubuntu-latest
48
needs: build
49
steps:
0 commit comments