From 82ca904aff4a4ee6f41e11e8596b83a88ed40c53 Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Sun, 26 Nov 2023 22:33:05 -0500 Subject: [PATCH] more --- .github/workflows/build-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-process.yml b/.github/workflows/build-process.yml index 02dc55f3c..01dc17726 100644 --- a/.github/workflows/build-process.yml +++ b/.github/workflows/build-process.yml @@ -56,7 +56,7 @@ jobs: - name: Unzip NUnit Asset zip file into its own directory run: unzip NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}.zip -d ./NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }} - name: Copy NUnit Asset dir - run: cp -r ./NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}/bin/net6.0/* docs/api/ + run: mkdir ./docs/api && cp -r ./NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}/bin/net6.0/* ./docs/api/ - uses: "nunit/docfx-action@v2.10.0" name: Build with Docfx with: