From 25e686ae88da934e03c015027f895492f09bba77 Mon Sep 17 00:00:00 2001 From: Aitor <1726644+aaitor@users.noreply.github.com> Date: Fri, 14 Oct 2022 18:39:10 +0200 Subject: [PATCH] fixing push to docs path --- .github/workflows/push-to-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-docs.yml b/.github/workflows/push-to-docs.yml index 0c00cf3..a0d5918 100644 --- a/.github/workflows/push-to-docs.yml +++ b/.github/workflows/push-to-docs.yml @@ -30,7 +30,7 @@ jobs: BRANCH_TO_CLONE: main REPO_TO_PUSH: docs PATH_TO_COPY: docs/ - PATH_TO_PUSH: docs/tools/cli + PATH_TO_PUSH: docs/cli REPOSITORY_NAME: ${{ github.repository }} API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} run: |