Skip to content

Commit

Permalink
clone again
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Jul 10, 2024
1 parent b73b87f commit 4a25eef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
path: docs/includes/generated_files

- run: tree docs/
- name: Clone splink repository
run: |
git clone --depth 1 --branch master https://github.com/moj-analytical-services/splink.git splink_temp
cp -r splink_temp/* .
rm -rf splink_temp
- name: install docs dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 4a25eef

Please sign in to comment.