Website URL
(please specify the URL of the site on which you are experiencing the problem)
Error Message
My Website is showing white page.
this is my yml from github
on: push
name: Deploy website on push
jobs:
web-deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Get latest code
uses: actions/checkout@v4
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.server }}
username: ${{ secrets.username }}
password: ${{ secrets.password }}
server-dir: /htdocs/jobfinder/
this is my .htaccess
RewriteEngine On RewriteRule ^(.*)$ /jobfinder/public/$1 [L]before deploying I already run laravel optimizer and npm install.
my website is good if I use the filezilla to transfer but when using github … it shows blankpage