From 40211ba1c10f7575834b200b57345fdddaed684b Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Wed, 12 Jan 2022 18:04:21 -0800 Subject: [PATCH] fix deploy --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f35cda625..caf68e208 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,12 +223,12 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.2.2 with: branch: gh-pages - folder: docs/ - clean: true + folder: docs/_site + clean: false - name: Publish Versioned Docs uses: JamesIves/github-pages-deploy-action@v4.2.2 with: branch: gh-pages folder: docs/${{ steps.get_version.outputs.VERSION }} target-folder: ${{ steps.get_version.outputs.VERSION }} - clean: true + clean: false