File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 - uses : actions/checkout@v2
5252 - name : Convert README
5353 run :
54- echo \n\n >> README.md && date >> README.md && sudo apt install pandoc -y && pandoc -f markdown -t rst -o READMEnew.rst README.md && cmp --silent README.rst READMEnew.rst || mv -f READMEnew.rst README.rst && touch READMEnew.rst && rm READMEnew.rst && git config --global user.name 'Dave VanderWeele' && git config --global user.email 'weele.me@gmail.com' && git add . && git commit -m "Readme Conversion" && git push
54+ for i in {1..3}; do sed -i '$d' README.md; done && echo -e ' \n\n' >> README.md && date >> README.md && sudo apt install pandoc -y && pandoc -f markdown -t rst -o READMEnew.rst README.md && cmp --silent README.rst READMEnew.rst || mv -f READMEnew.rst README.rst && touch READMEnew.rst && rm READMEnew.rst && git config --global user.name 'Dave VanderWeele' && git config --global user.email 'weele.me@gmail.com' && git add . && git commit -m "Readme Conversion" && git push
You can’t perform that action at this time.
0 commit comments