Skip to content

Commit

Permalink
attempt to fix rustdoc newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Sep 8, 2020
1 parent c684c47 commit c8107d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
git config user.name "Actions"
git config user.email ""
git config --global core.autocrlf false
git config --global core.eol lf
git add -A .
git add --renormalize .
git commit -qm "Documentation for ${{github.repository}}@${REV}"
shell: bash
- name: Push gh-pages to GitHub
Expand Down

0 comments on commit c8107d0

Please sign in to comment.