Skip to content

Commit

Permalink
fix python to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jun 24, 2024
1 parent ead2c1a commit 6a673b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ if ! command -v mdpdf &> /dev/null; then
fi

# check docker version
python ../checkDockerVersion.py
python3 ../checkDockerVersion.py

# build pdf file from README.md
mdpdf README.md

# build zip file
python build.py
python3 build.py

0 comments on commit 6a673b1

Please sign in to comment.