static.yml: fix static workflow regression from commit 1fc96208

workflow deploy not running due to incorrect 'if' statement.
This commit is contained in:
Spencer Oliver
2026-04-08 22:01:19 +01:00
parent ad4cacd108
commit 934610522f

View File

@@ -32,7 +32,6 @@ env:
jobs:
# Single deploy job since we're just deploying
deploy:
if: github.repository == 'alam00000/bentopdf'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}