#877·bentopdf

(Bug) seo-audit would fail gh-pages first deploy

Author: magetronCreated Sep 16, 2026Updated Sep 16, 2026
Labelsbug

Description

in GitHub pages build static.yml workflow; you have npx build which is specified in package.json

In that file, there is a final setup of seo-audit.

Running this on a first deployment of github pages (without previous deployment) would fail as no page is found (has not been deployed yet).

So first time deployers will need to disable seo-audit.

Steps to Reproduce

  1. fork the repo and etc. as the doc intended to setup github pages static page of the repo
  2. run the action and see the seo-audit step in build fail.

Console Logs

bash
N/A

Sample PDF or File

N/A

Browser

Chrome

Browser Version

153.0.8010.48

Operating System

Other

BentoPDF Version

No response

Additional Context

No response

Pre-submission Checklist

  • I have included console logs from the browser DevTools
  • I have attached a sample file or described how to reproduce the issue
  • I have searched existing issues to ensure this is not a duplicate