Clean up build-and-deploy.yml

Removed unnecessary comments and whitespace.
This commit is contained in:
Tenkuma 2025-12-14 12:53:15 -03:00 committed by GitHub
commit f7677ca78c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,5 +46,3 @@ jobs:
uses: actions/deploy-pages@v4.0.5 uses: actions/deploy-pages@v4.0.5
with: with:
token: ${{ github.token }} token: ${{ github.token }}
That's my workflow