fixed typo tab in deploy.yaml

This commit is contained in:
niclaz 2024-09-05 19:00:15 +02:00 committed by GitHub
parent d79b2be257
commit ea7c52d136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4