From 3233630d810a6dc12151d9583eb9a2e88c8ac828 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Tue, 11 Jan 2022 14:35:21 -0800 Subject: [PATCH] get basic working first --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a573e19de..7f508e478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,6 +216,6 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.2.2 with: branch: gh-pages - folder: docs/_site - target-folder: '0.2.2' #${{ steps.get_version.outputs.VERSION }} + folder: docs/ + # target-folder: '0.2.2' #${{ steps.get_version.outputs.VERSION }} clean: true