Skip to content

Commit

Permalink
fix build pages
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jun 21, 2024
1 parent 39a2470 commit d0d3476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
mkdir book_preview || exit
cd book/c3s_eqc_quality_assessments || exit
for fullfile in ${ALL_CHANGED_FILES}; do
fullfile="${fullfile//\\&/&}"
filename=$(basename -- "$fullfile")
prefix="${filename%.*}"
cp ../../"$fullfile" "$filename" || exit
Expand Down

0 comments on commit d0d3476

Please sign in to comment.