Commit 47abbf9
authored
Add directory listing for client/public in deploy-staging.yml for debugging
- Added a step to list the contents of client/public in the GitHub Actions workflow to confirm accessibility of necessary files.
- Also included root directory listing to check the overall project structure during workflow execution.
- This update helps identify any issues with file paths or missing files, ensuring that the build process can locate index.html and other required files.
This change aims to resolve build errors by providing clearer insights into the directory structure within the GitHub Actions environment.1 parent 1a3c3d0 commit 47abbf9
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments