From 94b2cd0b10cdb6af7d1615ab4ca3a700e6990592 Mon Sep 17 00:00:00 2001 From: Emre Armagan Date: Sun, 5 Jan 2025 13:10:28 +0100 Subject: [PATCH] Update doc.yml --- .github/workflows/doc.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 3c5b4e9..f104041 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -51,14 +51,6 @@ jobs: echo "** Archived documentation**" - # Rename the folder to match the desired case - #mv docs/documentation/$(echo $SCHEME | tr '[:upper:]' '[:lower:]') docs/documentation/$SCHEME - - # Log the files to verify the structure - echo "Files in 'docs/documentation':" - ls -R docs/documentation - ls -R docs - # Define the lowercase version of SCHEME lowerCaseScheme=$(echo $SCHEME | tr '[:upper:]' '[:lower:]')