Skip to content

Commit 9b06df2

Browse files
committed
ghp-import it not a command module
1 parent dac7977 commit 9b06df2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
run: |
7878
cd target
7979
git config user.email [email protected]
80-
python -m ghp-import --push --no-jekyll --branch=master ../md/site
80+
ghp-import --push --no-jekyll --branch=master ../md/site

.github/workflows/manual_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
run: |
4444
cd target
4545
git config user.email [email protected]
46-
python -m ghp-import --push --no-jekyll --branch=master ../md/site
46+
ghp-import --push --no-jekyll --branch=master ../md/site

0 commit comments

Comments
 (0)