From 63e74fd50806d17e34f122a3473c364dfd294a99 Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Fri, 1 Nov 2024 21:46:35 +0100 Subject: [PATCH] Fix dev docs deploy path --- .github/workflows/deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index e1163df..510884b 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -35,7 +35,7 @@ jobs: env: ARGS: "-rltDzvO" SOURCE: "doc/api/" - TARGET: "${{ secrets.DEPLOY_REMOTE_TARGET }}/dartdocs/nyxx/${{ github.head_ref || github.ref_name }}/" + TARGET: "${{ secrets.DEPLOY_REMOTE_TARGET }}/dartdocs/nyxx_extensions/${{ github.head_ref || github.ref_name }}/" with: REMOTE_HOST: ${{ secrets.DEPLOY_REMOTE_HOST }} REMOTE_USER: ${{ secrets.DEPLOY_REMOTE_USER }}