Skip to content

Commit 264f616

Browse files
authored
Comment out file removal and copy commands
Comment out commands for removing and copying files in the workflow.
1 parent cb19e41 commit 264f616

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,15 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v5
9393
- name: Debug info
94+
# rm /var/www/html/apps/solid/
95+
# cp -r "${GITHUB_WORKSPACE}" /var/www/html/apps/
9496
run: |
95-
rm /var/www/html/apps/solid/
96-
cp -r "${GITHUB_WORKSPACE}" /var/www/html/apps/
97-
97+
echo " =====> /"
98+
ls -lA /
99+
echo " =====> /var/www/"
100+
ls -lA /var/www/
101+
echo " =====> /var/www/html/"
102+
ls -lA /var/www/html/
98103
echo " =====> PWD:'$PWD'"
99104
ls -lA "$PWD"
100105
echo " =====> GITHUB_WORKSPACE:'${GITHUB_WORKSPACE}'"

0 commit comments

Comments
 (0)