Skip to content

Commit

Permalink
Merge pull request #31 from gaelj/initial-development
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
gaelj authored Jan 1, 2024
2 parents bbe487a + e1d8753 commit 7a7e207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dotnet-version: '8.0.x'

- run: dotnet build Examples.BlazorWasm

- run: sed -i 's|<base href="/" />|<base href="/BlazorCodeMirror6/" />|g' ./wwwroot/index.html
- name: Publish
run: dotnet publish Examples.BlazorWasm -c Release -o ./build

Expand Down

0 comments on commit 7a7e207

Please sign in to comment.