diff --git a/.github/workflows/TestGeneratedPkg.yml b/.github/workflows/TestGeneratedPkg.yml index f0a77b1..af54c53 100644 --- a/.github/workflows/TestGeneratedPkg.yml +++ b/.github/workflows/TestGeneratedPkg.yml @@ -80,6 +80,7 @@ jobs: -L tmp/Guldasta.jl/docs/make.jl - name: Check docs generation run: | + find tmp/Guldasta.jl/docs 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)