From 1974b19093c772a3b5986e8eec2eff9d2730568a Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Thu, 4 Jul 2024 12:05:00 +0200 Subject: [PATCH] [DEBUG] --- .github/workflows/TestGeneratedPkg.yml | 1 + 1 file changed, 1 insertion(+) 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)