From 25fcac0a31913f33db1fb29b1799388c207deec8 Mon Sep 17 00:00:00 2001 From: Joost Van Der Woude <35975332+Nekiplay@users.noreply.github.com> Date: Tue, 17 Oct 2023 07:12:57 +0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7429bf2..82fd9c0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,15 +26,6 @@ jobs: - name: Build plugin(s) run: pnpm lune ci - - name: Copy additional files - run: | - mkdir -p dist/previews - 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 - printf -- "remote_theme: pages-themes/cayman\n" > dist/_config.yml - cat README.md >> dist/404.md - # Documentation: https://github.com/peaceiris/actions-gh-pages - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3