diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c20ae07..6c27245 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,13 +24,6 @@ jobs: - name: Build plugin(s) run: pnpm lune ci - - name: Copy additional files - run: | - cp README.md dist/README.md - printf -- "---\npermalink: /404.html\n---\n" > dist/404.md - printf -- "> **Note:** You accessed a link that returned a 404, probably by clicking one of the plugin links. You're supposed to copy the link address and add it into shelter.\n\n" >> dist/404.md - cat README.md >> dist/404.md - - name: Upload production-ready build files uses: actions/upload-artifact@v3 with: