配置 workflows

This commit is contained in:
Wisp X
2022-03-06 20:37:21 +08:00
parent f725dce3a9
commit a63527c086

View File

@@ -24,6 +24,8 @@ jobs:
run: php artisan key:generate
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Delete symlinks
run: find public -lname '*' -delete
- name: Create Database
run: |
mkdir -p database