diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index e7ca97dc..73d666af 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -58,7 +58,7 @@ jobs: - name: Build run: | - (cd src/Nexus.UI && libman restore) + (cd src/Nexus && libman restore) dotnet publish -c Release -o app /p:GeneratePackage=true src/Nexus/Nexus.csproj python -m build --wheel --outdir artifacts/package --no-isolation src/clients/python-client python -m build --wheel --outdir artifacts/package --no-isolation src/extensibility/python-extensibility diff --git a/src/Nexus/wwwroot/index.demo.html b/src/Nexus/wwwroot/index.demo.html index eecfd5c6..bb9195fc 100644 --- a/src/Nexus/wwwroot/index.demo.html +++ b/src/Nexus/wwwroot/index.demo.html @@ -57,7 +57,7 @@ - + \ No newline at end of file