Merge pull request #648 from ntfreak/static_pages

static.yml: fix static workflow regression from commit 1fc9620
This commit is contained in:
Alam
2026-04-10 12:58:44 +05:30
committed by GitHub

View File

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