Skip to content

Commit

Permalink
Fix wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jkniest committed Jun 17, 2024
1 parent b53d70d commit cd087e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.pages_url }}
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to Github Pages
id: deployment
Expand Down

0 comments on commit cd087e2

Please sign in to comment.