1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-12 17:44:33 +02:00

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

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