Update Spatie Docs The spatie.be docs site does not rebuild automatically after a PR merges. To publish doc changes, run the artisan command against the repo. Command Run this twice to be sure (the second run catches any version that lagged on the first pass): is a shell alias for , so this runs the command against the production spatie.be instance. If no repo name argument is provided, ask the user for one. Verification After running, curl a docs URL to confirm the new content is live. The import sometimes returns success before the published pages reflect it, so check a specific page you ch…