From b3b099f0fd69df1f6197c47684d2879644be2294 Mon Sep 17 00:00:00 2001 From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:29:20 +0300 Subject: [PATCH] Update docs_deploy_test_ru.yml --- .github/workflows/docs_deploy_test_ru.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs_deploy_test_ru.yml b/.github/workflows/docs_deploy_test_ru.yml index 6cd683a0a1..5a00304860 100644 --- a/.github/workflows/docs_deploy_test_ru.yml +++ b/.github/workflows/docs_deploy_test_ru.yml @@ -33,8 +33,8 @@ jobs: yarn build - name: Развертывание на neocities - uses: jonchang/deploy-neocities@master + uses: bcomnes/deploy-to-neocities@v2 with: - key: ${{ secrets.NEOCITIES_API_TOKEN_TEST }} - dir: ./docs/docusaurus/build - clean: false + api_token: ${{ secrets.NEOCITIES_API_TOKEN_TEST }} + cleanup: false + dist_dir: ./docs/docusaurus/build