Skip to content

Commit

Permalink
Update test_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby authored Jan 16, 2025
1 parent c89e38e commit a2e0358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
dirname="$(basename "${path}")"
dest="../${dirname}"
mkdir -v ${dest}
[ -d "${path}/data" ] || cp -rv "${path}/data" ${dest}/
[ -d "${path}/imgs" ] || cp -rv "${path}/imgs" ${dest}/
[ ! -d "${path}/data" ] || cp -rv "${path}/data" ${dest}/
[ ! -d "${path}/imgs" ] || cp -rv "${path}/imgs" ${dest}/
cp -v tutorial.css ${dest}
for fil in $dirname/*.md; do
echo $fil
Expand Down

0 comments on commit a2e0358

Please sign in to comment.