We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb6d2b commit 455ae81Copy full SHA for 455ae81
1 file changed
.github/workflows/build+deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
python -m pip install --upgrade pip
43
#linux: pip3 install gh-md-to-html
44
- python3 -m pip install gh-md-to-html
+ python -m pip install gh-md-to-html
45
46
- name: Convert md file
47
if: github.event.inputs.do-deploy == 'true'
@@ -50,7 +50,7 @@ jobs:
50
copy .\README.md temp
51
cd temp
52
#linux: gh-md-to-html README.md -c "" -w . --math false --box-width 24.25cm
53
- python3 -m gh_md_to_html README.md -c `"`" -w . --math false --box-width 24.25cm
+ python -m gh_md_to_html README.md -c . -w . --math false --box-width 24.25cm
54
move .\README.html ..
55
move .\images\ ..
56
cd ..
0 commit comments