diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index f3518ec..b4cb45d 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -25,7 +25,7 @@ jobs: - name: Commit documentation changes run: | - git clone https://github.com/${{ github.repository_owner }}/miniscope-docs.git --branch gh-pages --single-branch gh-pages + git clone https://github.com/${{ github.repository }}.git --branch gh-pages --single-branch gh-pages cd gh-pages rm -rf * cp -r ../html/* .