Skip to content

Commit 3ae791d

Browse files
committed
fixing
1 parent a441b52 commit 3ae791d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
deploy:
2727
environment:
2828
name: github-pages
29-
url: ${{ steps:deployment.outputs.page_url }}
29+
url: ${{ steps.deployment.outputs.page_url }}
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout

0 commit comments

Comments
 (0)