From 5f86cc8a5d2cee41b2f826a1bf9893895a76f467 Mon Sep 17 00:00:00 2001 From: Ahmad CHAMMA <52955073+achamma723@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:39:41 +0200 Subject: [PATCH] Update build_docs.yml --- .github/workflows/build_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 370e6e9..cbfaaca 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -50,9 +50,9 @@ jobs: - name: Commit to main run: | git clone --depth 1 https://github.com/${{ github.repository_owner }}/hidimstat.git - ls hidimstat/doc + ls hidimstat/doc/_build rm -Rf ~/hidimstat/doc/_build - ls hidimstat/doc + ls hidimstat/doc/_build mkdir ~/hidimstat/doc/_build cp -a ~/doc/_build/html ~/hidimstat/doc/_build cd hidimstat