From 0db7ce33aaf17af8b09e3d542c021cef33ade362 Mon Sep 17 00:00:00 2001 From: Amir Mardan <46511946+AmirMardan@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:37:17 -0400 Subject: [PATCH] clone dev --- .github/workflows/docs_page_workblow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs_page_workblow.yml b/.github/workflows/docs_page_workblow.yml index eedb132..4191bcd 100644 --- a/.github/workflows/docs_page_workblow.yml +++ b/.github/workflows/docs_page_workblow.yml @@ -4,7 +4,7 @@ name: docs_pages_workflow on: push: branches: ["dev"] - + jobs: build_docs_job: @@ -19,7 +19,7 @@ jobs: run: | apt-get update apt-get install -y git - git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" . + git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git@dev" . shell: bash - name: Execute script to build our documentation and update pages