Skip to content

Commit b15ecc6

Browse files
authored
Update laravel.yml
1 parent 9eaf0b8 commit b15ecc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/laravel.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
run: |
2020
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
2121
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
22-
- name: Directory Permissions
23-
run: chmod -R 777 storage bootstrap/cache
2422
- name: Create Database
2523
run: |
2624
mkdir -p database

0 commit comments

Comments
 (0)