Not sure if I do something wrong or if I have made a mistake with my thinking.
When I create try to create a new Blazor Admin frontend as described in this step:
https://github.com/FBoucher/TinyBlazorAdmin/blob/main/deployment.md#deploy-tinyblazoradmin-the-frontend
the GitHub action fails with:
"App Directory Location: 'src/TinyBlazorAdmin/' is invalid. Could not detect this directory. Please verify your workflow reflects your repository structure."
My GitHub repository where the TinyBlazorAdmin is deployed to is empty. Do I miss a step to prepare the and commit already some files or folder structure to the GitHub repository?