From 7487559dd519029a79d083d2ec375be6f6f2a898 Mon Sep 17 00:00:00 2001 From: pantor Date: Sun, 29 Jan 2023 13:43:04 +0100 Subject: [PATCH] ci fix docs upload --- .github/workflows/documentation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7d643f0..de141e0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,7 +20,7 @@ jobs: - name: Deploy documentation uses: peaceiris/actions-gh-pages@v3 - env: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: ./doc/html + with: + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + publish_branch: gh-pages + publish_dir: ./doc/html