Skip to content

Commit

Permalink
use rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Sep 23, 2023
1 parent 43a015a commit 222642e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/php-cakephp5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ jobs:
if: steps.check_files.outputs.files_exists == 'true'
run: composer validate --no-check-publish && composer install --prefer-dist --no-progress

- name: Set permissions
run: |
chmod -R 777 tmp \
&& chmod -R 777 logs \
&& ls -al
- name: Install zip
uses: montudor/action-zip@v1

Expand Down
2 changes: 1 addition & 1 deletion php/cakephp5/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
'dir' => 'src',
'webroot' => 'webroot',
'wwwRoot' => WWW_ROOT,
'baseUrl' => env('SCRIPT_NAME'),
// 'baseUrl' => env('SCRIPT_NAME'),
'fullBaseUrl' => false,
'imageBaseUrl' => 'img/',
'cssBaseUrl' => 'css/',
Expand Down

0 comments on commit 222642e

Please sign in to comment.