From 81ebdaff565da731e6075a50842bd61afd962bd8 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 23 May 2021 17:37:05 -0500 Subject: [PATCH] fix cp typo --- .github/workflows/deploy-pypi-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pypi-list.yml b/.github/workflows/deploy-pypi-list.yml index 66a6ced..89b1ff6 100644 --- a/.github/workflows/deploy-pypi-list.yml +++ b/.github/workflows/deploy-pypi-list.yml @@ -27,7 +27,7 @@ jobs: python pypi-list.py --full - run: | [[ -d site ]] || mkdir site - sp data/*.json site + cp data/*.json site - name: GitHub Pages uses: crazy-max/ghaction-github-pages@v1.4.0 with: