Skip to content

Commit 455ae81

Browse files
committed
Update build+deploy.yml
1 parent 2fb6d2b commit 455ae81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build+deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
python -m pip install --upgrade pip
4343
#linux: pip3 install gh-md-to-html
44-
python3 -m pip install gh-md-to-html
44+
python -m pip install gh-md-to-html
4545
4646
- name: Convert md file
4747
if: github.event.inputs.do-deploy == 'true'
@@ -50,7 +50,7 @@ jobs:
5050
copy .\README.md temp
5151
cd temp
5252
#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
53+
python -m gh_md_to_html README.md -c . -w . --math false --box-width 24.25cm
5454
move .\README.html ..
5555
move .\images\ ..
5656
cd ..

0 commit comments

Comments
 (0)