From caa3034ec746d7b56c0a406182b123aef09af76b Mon Sep 17 00:00:00 2001 From: Yogansh Sharma Date: Tue, 18 Jul 2023 12:46:23 +0530 Subject: [PATCH] test: testing how this thing workgs --- .github/workflows/swagger_docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/swagger_docs.yml b/.github/workflows/swagger_docs.yml index e4e71796..b4b07aca 100644 --- a/.github/workflows/swagger_docs.yml +++ b/.github/workflows/swagger_docs.yml @@ -58,6 +58,9 @@ jobs: - name: Generate the html doc run: | + git branch --show-current #some debug info # TODO remove after test + ls -R # TODO remove after test + git checkout docs mkdir -p docs pushd ./docs npx @redocly/cli build-docs --output index.html --config redocly.yaml