Browse Source

Update gh-pages.yml

Nick Sweeting 1 year ago
parent
commit
f822de5ab4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/gh-pages.yml

+ 1 - 1
.github/workflows/gh-pages.yml

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