diff --git a/.github/workflows/docs_deploy_test_en.yml b/.github/workflows/docs_deploy_test_en.yml index 25ccd1eb7b..f5ccbffb5b 100644 --- a/.github/workflows/docs_deploy_test_en.yml +++ b/.github/workflows/docs_deploy_test_en.yml @@ -40,8 +40,8 @@ jobs: yarn build - name: Развертывание на neocities - uses: jonchang/deploy-neocities@e557d8b4aa935cd3e1a437c038bb043c9b4064f6 + uses: bcomnes/deploy-to-neocities@v2 with: - key: ${{ secrets.NEOCITIES_API_TOKEN_TEST }} - dir: ./docs/docusaurus/build - clean: false \ No newline at end of file + api_token: ${{ secrets.NEOCITIES_API_TOKEN_TEST }} + cleanup: false + dist_dir: ./docs/docusaurus/build