diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9a75b6e..b8e7807 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,8 +40,8 @@ jobs: - name: Build run: npm run build - name: Create 404.html - run: | - cp dist/index.html dist/404.html + run: | + cp dist/index.html dist/404.html - name: Rename dist to docs run: mv dist docs - name: Setup Pages