From 206ec574efa0af1cc041b3923f8dc05c7ecde128 Mon Sep 17 00:00:00 2001 From: Artem Chystiakov Date: Fri, 9 Feb 2024 15:52:20 +0200 Subject: [PATCH] fix CI --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 134d377e..dc269982 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout Docs Repository uses: actions/checkout@v3 with: - repository: solarity/docs + repository: dl-solarity/docs ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }} path: docs - name: Generate and Copy Docs