From 0de7ecac74a16dab2547e38c1ef62000b7d9fcc0 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 21 Aug 2025 14:31:00 +0300 Subject: [PATCH] Fix readme generation --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 8754a97..7390c65 100644 --- a/action.yml +++ b/action.yml @@ -232,6 +232,7 @@ runs: env: GITHUB_TOKEN: "${{ inputs.token }}" run: | + atmos docs generate ${{ inputs.target }} output_file=$(atmos docs generate ${{ inputs.target }} 2>&1 | sed -n -e "s/^.*output=//p") # Get relative path from absolute output_file=$(realpath -s --relative-to="$PWD" "$output_file")