diff --git a/.github/workflows/azure-static-web-app.yml b/.github/workflows/azure-static-web-app.yml index 1804d25..191c78f 100644 --- a/.github/workflows/azure-static-web-app.yml +++ b/.github/workflows/azure-static-web-app.yml @@ -19,6 +19,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' + # Runs rm package.json package-lock.json to avoid conflicts with the Azure Static Web Apps build, which + # will detect the package.json file and not run the dotnet build command. - name: Install Dependencies and Generate Tailwind CSS run: | cd src diff --git a/src/PersonalWebsite.csproj b/src/PersonalWebsite.csproj index 9c46463..f6d089e 100644 --- a/src/PersonalWebsite.csproj +++ b/src/PersonalWebsite.csproj @@ -13,7 +13,7 @@ - +