Skip to content

Commit

Permalink
Fix eol in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed May 11, 2021
1 parent c2153c7 commit 6048e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/gh-pages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if ($env -eq "appveyor") {
git rm -rf *
copy-item -r -force ../../publish/wwwroot/* .
echo $null >> .nojekyll
echo "* -crlf" > .gitattributes
(get-content '.\index.html' -encoding utf8).replace('<base href="/"', '<base href="/TodoMVC/"') | set-content '.\index.html' -encoding utf8
git add . 2>git.log
git commit --amend -am $msg
Expand Down

0 comments on commit 6048e75

Please sign in to comment.