Skip to content

Commit

Permalink
build: try to fix dockerized builds #15
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManchineel committed Dec 10, 2024
1 parent ca8b903 commit ee1c903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
env
echo ----------------------------------
find . -type f -name "*.md" -mindepth 2 -print0 | while read -d $'\0' doc
find . -type f -name "*.md" -mindepth 2 -print0 | sort -z | while read -d $'\0' doc
do
echo "Processing ${doc}..."
output_dir=$(dirname "${doc}")
Expand Down

0 comments on commit ee1c903

Please sign in to comment.