Skip to content

Commit

Permalink
build: atualiza os parâmetros de publicação
Browse files Browse the repository at this point in the history
  • Loading branch information
FHumberto authored Jun 11, 2024
1 parent ac97191 commit 0655c9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Publish .NET Core Project
run: dotnet publish src/Nexo.UI/Nexo.UI.csproj -c Release -o release --nologo

- name: Update base href
run: sed -i 's|<base href="/"|<base href="/Nexo/"|' release/wwwroot/index.html

- name: copy index.html to 404.html
run: cp release/wwwroot/index.html release/wwwroot/404.html

Expand All @@ -36,4 +33,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
BRANCH: gh-pages
FOLDER: release/wwwroot
FOLDER: release/wwwroot

0 comments on commit 0655c9b

Please sign in to comment.