From 6bc77cd8b87191706369da271a0d5e6f8c8c278d Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:55:08 +0100 Subject: [PATCH] Fix github action (attempt no 2) learn how to type challenge time (impossible) --- .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 9bc2f770..30310d0f 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -43,7 +43,7 @@ jobs: uses: gradle/actions/setup-gradle@v3 - run: gradle dokkaHtmlMultiModule working-directory: . - - run: mv build/dokka/htmlMultiModule docs/plublic/reference + - run: mv build/dokka/htmlMultiModule docs/public/reference working-directory: . - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3