fix cp typo

This commit is contained in:
Waylon Walker 2021-05-23 17:37:05 -05:00 committed by GitHub
parent 1da01024d7
commit 81ebdaff56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: