Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Mar 3, 2024
1 parent 29b211c commit 7151ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Nexus/wwwroot/index.demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script src="lib/marked/marked.js"></script>
<script src="lib/highlightjs/cdn-assets/highlight.min.js"></script>
<script src="_framework/blazor.web.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
</body>

</html>

0 comments on commit 7151ce6

Please sign in to comment.