Skip to content

Commit

Permalink
ghp-import it not a command module
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Nov 6, 2023
1 parent dac7977 commit 9b06df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -77,4 +77,4 @@ jobs:
run: |
cd target
git config user.email waylan.limberg@icloud.com
python -m ghp-import --push --no-jekyll --branch=master ../md/site
ghp-import --push --no-jekyll --branch=master ../md/site
2 changes: 1 addition & 1 deletion .github/workflows/manual_deploy.yml
Expand Up @@ -43,4 +43,4 @@ jobs:
run: |
cd target
git config user.email waylan.limberg@icloud.com
python -m ghp-import --push --no-jekyll --branch=master ../md/site
ghp-import --push --no-jekyll --branch=master ../md/site

0 comments on commit 9b06df2

Please sign in to comment.