Skip to content

Commit

Permalink
fix: install facade documentor before running it
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyvanderhaegen committed Dec 18, 2024
1 parent 418c263 commit 5090422
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/facades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
tools: composer:v2
coverage: none

- name: Install facade documentor
run: composer require --dev laravel/facade-documenter

- name: Update facade docblocks
run: php -f vendor/bin/facade.php Mcamara\\LaravelLocalization\\Facades\\LaravelLocalization

Expand Down

0 comments on commit 5090422

Please sign in to comment.