update-spatie-docs
Installation
SKILL.md
Update Spatie Docs
The spatie.be docs site does not rebuild automatically after a PR merges. To publish doc changes, run the docs:import artisan command against the repo.
Command
Run this twice to be sure (the second run catches any version that lagged on the first pass):
cd /Users/freek/dev/code/spatie.be && ar "docs:import --repo=spatie/{repo_name}"
cd /Users/freek/dev/code/spatie.be && ar "docs:import --repo=spatie/{repo_name}"
ar is a shell alias for php artisan remote, so this runs the command against the production spatie.be instance.
If no repo name argument is provided, ask the user for one.