From 2da01b8bc650573560b8a88a01d0d77cdfd6d41d Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Thu, 23 Dec 2021 16:26:25 -0600 Subject: [PATCH] Making ghp-import use a shell @minor --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 3ed9c64..41f9218 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -40,7 +40,7 @@ jobs: git config user.email $author_email echo "git fetch origin gh-pages" git fetch origin gh-pages - ghp-import -op docs + ghp-import -ops docs # - name: Sphinx Pages # # You may pin to the exact commit or the version. # # uses: seanzhengw/sphinx-pages@70dd0557fc226cfcd41c617aec5e9ee4fce4afe2