From e0ab21327223be624bd0666b26b2f5ad73fcf34b Mon Sep 17 00:00:00 2001 From: Exelo Date: Wed, 3 Jun 2026 19:23:07 +0900 Subject: [PATCH] fix: add full path to docs publish --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 715a7b3..940541f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,9 +76,9 @@ jobs: token: ${{ secrets.ACTIONS_KEY }} - name: Prepare - uses: ./.github/actions/prepare + uses: ./src/.github/actions/prepare - name: Publish docs - uses: ./node_modules/@nanoforge-dev/actions/actions/synchronize-docs + uses: ./src/node_modules/@nanoforge-dev/actions/actions/synchronize-docs with: category: cli