diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a534133..3fa7ad0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,19 +161,20 @@ jobs: env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} run: | -# # Install pandoc -# sudo apt-get update -y -# sudo apt-get install -y --no-install-recommends wget -# -# wget https://github.com/jgm/pandoc/releases -O /tmp/pandocVersions.html -# urlPart=`grep "\.deb" /tmp/pandocVersions.html | head -n 1 | cut -d'/' -f2-7 | cut -d'"' -f1` -# wget "https://github.com/$urlPart" -O /tmp/pandoc.deb -# sudo dpkg -i /tmp/pandoc.deb -# rm /tmp/pandocVersions.html -# rm /tmp/pandoc.deb -# -# # Convert README to .rst format -# pandoc --from=gfm --output=README.rst --to=rst README.md + echo'' + # Install pandoc + # sudo apt-get update -y + # sudo apt-get install -y --no-install-recommends wget + + # wget https://github.com/jgm/pandoc/releases -O /tmp/pandocVersions.html + # urlPart=`grep "\.deb" /tmp/pandocVersions.html | head -n 1 | cut -d'/' -f2-7 | cut -d'"' -f1` + # wget "https://github.com/$urlPart" -O /tmp/pandoc.deb + # sudo dpkg -i /tmp/pandoc.deb + # rm /tmp/pandocVersions.html + # rm /tmp/pandoc.deb + + # Convert README to .rst format + # pandoc --from=gfm --output=README.rst --to=rst README.md # Build and Publish poetry build