Skip to content

Commit

Permalink
fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
manishtiwari25 committed Feb 17, 2024
1 parent 3016513 commit 3258907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
dotnet-version: 8.x
- name: Publish .NET Core Project
run: dotnet publish src/EdmxTools.csproj -c Release -o release --nologo
run: dotnet publish src/BitesInByte.Tools.csproj -c Release -o release --nologo
- name: Change base-tag in index.html from / to tools
run: sed -i 's/<base href="\/" \/>/<base href="https\:\/\/tools.bitesinbyte.com\/" \/>/g' release/wwwroot/index.html
- name: copy index.html to 404.html
Expand Down
4 changes: 3 additions & 1 deletion src/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
<MudButtonGroup>
<MudButton Variant="Variant.Text" Color="Color.Primary" Href="/privacy-policy">Privacy Policy
</MudButton>
<MudButton Variant="Variant.Text" Href="/contect">Contect Us</MudButton>
<MudButton Variant="Variant.Text"
Href="https://github.com/bitesinbyte/tools/discussions/categories/q-a">Contect Us
</MudButton>
</MudButtonGroup>
</MudItem>
<MudItem xs="12">
Expand Down

0 comments on commit 3258907

Please sign in to comment.