From e10e7b7f20a2be996f31aa99616d35ad41960b2a Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 29 Aug 2023 09:44:54 +1000 Subject: [PATCH] Fix up CI doc deployment action Signed-off-by: Jordan Borean --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a499cad..95c44ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,10 +299,9 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') uses: JamesIves/github-pages-deploy-action@v4 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: ci_docs_build - TARGET_FOLDER: stable + branch: gh-pages + folder: ci_docs_build + target-folder: stable - name: Create release if: startsWith(github.ref, 'refs/tags/v')