mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-07 07:15:18 -04:00
adding ls -l to workflow for integrity check (#328)
This commit is contained in:
@@ -30,9 +30,13 @@ jobs:
|
||||
npm install
|
||||
echo 'Building UI'
|
||||
npm run prod
|
||||
echo 'Checking dist folder for compiling integrity'
|
||||
ls -l dist
|
||||
echo 'Copying back to Kavita wwwroot'
|
||||
mkdir ../API/wwwroot
|
||||
cp -r dist/* ../API/wwwroot
|
||||
echo 'Checking Kavita wwwroot for copying integrity'
|
||||
ls -l ../API/wwwroot
|
||||
cd ../ || exit
|
||||
|
||||
- name: Compile dotnet app
|
||||
|
||||
@@ -32,9 +32,13 @@ jobs:
|
||||
npm install
|
||||
echo 'Building UI'
|
||||
npm run prod
|
||||
echo 'Checking dist folder for compiling integrity'
|
||||
ls -l dist
|
||||
echo 'Copying back to Kavita wwwroot'
|
||||
mkdir ../API/wwwroot
|
||||
cp -r dist/* ../API/wwwroot
|
||||
echo 'Checking Kavita wwwroot for copying integrity'
|
||||
ls -l ../API/wwwroot
|
||||
cd ../ || exit
|
||||
|
||||
- name: Compile dotnet app
|
||||
|
||||
Reference in New Issue
Block a user