From f8df1761b2a9a89a4a338e2225364101546ce59b Mon Sep 17 00:00:00 2001 From: Carlos Santiago <5726971+csantiago132@users.noreply.github.com> Date: Sat, 28 Sep 2024 20:18:22 -0500 Subject: [PATCH] fix(docs): changes path for location in Writerside config --- .github/workflows/build_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index f83f74c..87f9383 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -31,7 +31,7 @@ jobs: instance: ${{ env.INSTANCE }} artifact: ${{ env.ARTIFACT }} docker-version: ${{ env.DOCKER_VERSION }} - path: Writerside # Specify the directory for Writerside docs + location: Writerside # Specify the directory for Writerside docs - name: Upload artifact uses: actions/upload-artifact@v4