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: