Skip to content

Commit

Permalink
[DEBUG]
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Jul 4, 2024
1 parent 46c77af commit c8ff42a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/verify-docs-build-files.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

find tmp/Guldasta.jl
while IFS= read -r -d '' f; do
f=${f/src/build}
# Converts path/file.md to path/file/index.html (index.md just changes to index.html)
Expand All @@ -8,4 +9,4 @@ while IFS= read -r -d '' f; do
*) f=${f/%.md//index.html} ;;
esac
[[ -e "$f" ]] || { echo "$f" missing; }
done < <(find tmp/Guldasta.jl/docs/ -type f -name '*.md' -print0) | grep -v missing
done < <(find tmp/Guldasta.jl/docs/ -type f -name '*.md' -print0)

0 comments on commit c8ff42a

Please sign in to comment.