From d53888b1707b0650ea33bff9e428d62e26694c4b Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Wed, 10 Mar 2021 00:37:24 +0530 Subject: [PATCH] I'm a moron --- .github/workflows/docs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 51ea26b..faff216 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -30,11 +30,10 @@ jobs: git config --global user.email 'github-actions[bot]@users.noreply.github.com' git checkout gh-pages - git commit -am "Generated docs from github-actions[bot]" - rm -rf docs cp -r target/doc ./docs cp index.html docs/ + git commit -am "Generated docs from github-actions[bot]" git add docs git push