Update gh-pages.yml

This commit is contained in:
Nick Sweeting 2024-10-14 01:24:47 -04:00 committed by GitHub
parent ecac395174
commit 4187c69902
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 ./website/README.md
rm -fv./website/README.md
cp ./README.md ./website/README.md
- name: Setup Pages
uses: actions/configure-pages@v3