From 18b5ece32bf436455f5952782d855a7c02c2e604 Mon Sep 17 00:00:00 2001 From: Dominik Berner Date: Thu, 23 Nov 2023 21:55:32 +0100 Subject: [PATCH] Fix api doc action --- .github/workflows/api-doc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api-doc.yml b/.github/workflows/api-doc.yml index 5eae840e..c73335f6 100644 --- a/.github/workflows/api-doc.yml +++ b/.github/workflows/api-doc.yml @@ -23,7 +23,7 @@ jobs: if: github.ref == 'refs/heads/main' uses: JamesIves/github-pages-deploy-action@v4.4.3 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: build/doc/html # The folder the action should deploy. - TARGET_FOLDER: doc/ + token: ${{ secrets.GITHUB_TOKEN }} + branch: gh-pages # The branch the action should deploy to. + folder: build/doc/html # The folder the action should deploy. + target-folder: doc/