Skip to content

Commit

Permalink
clone dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirMardan committed Mar 28, 2024
1 parent b5e7c99 commit 0db7ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_page_workblow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: docs_pages_workflow
on:
push:
branches: ["dev"]

jobs:

build_docs_job:
Expand All @@ -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
Expand Down

0 comments on commit 0db7ce3

Please sign in to comment.