Update gh-pages.yml

This commit is contained in:
Nick Sweeting 2024-10-14 01:27:07 -04:00 committed by GitHub
parent 4187c69902
commit f822de5ab4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ jobs:
fetch-depth: 1
- name: Copy README.md into place
run: |
rm -fv./website/README.md
rm -f ./website/README.md
cp ./README.md ./website/README.md
- name: Setup Pages
uses: actions/configure-pages@v3