Skip to content

Commit a0ece7a

Browse files
committed
Fix GitHub Actions workflow for GitHub Pages deployment
1 parent 705c5a8 commit a0ece7a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
deploy:
4343
environment:
4444
name: github-pages
45-
url: ${{ steps:
46-
deployment.outputs.page_url }}
45+
url: ${{ steps.deployment.outputs.page_url }}
4746
runs-on: ubuntu-latest
4847
needs: build
4948
steps:

0 commit comments

Comments
 (0)