From a3a04dffa0b4258dc35105645cbe915d3431e748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Fri, 15 Nov 2024 19:42:30 +0300 Subject: [PATCH] remove unnecessary files --- .cpanel.yml | 18 ------------------ .../workflows/build_and_test.yml | 0 .../workflows/deploy_prod.yml | 0 .gitignore | 2 +- 4 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .cpanel.yml rename {.github => .forgejo}/workflows/build_and_test.yml (100%) rename {.github => .forgejo}/workflows/deploy_prod.yml (100%) diff --git a/.cpanel.yml b/.cpanel.yml deleted file mode 100644 index 718d0e5..0000000 --- a/.cpanel.yml +++ /dev/null @@ -1,18 +0,0 @@ -deployment: - tasks: - - /bin/cp _site/404.html ~/public_html - - /bin/cp _site/feed.xml ~/public_html - - /bin/cp _site/index.html ~/public_html - - /bin/cp _site/redirects.json ~/public_html - - /bin/cp _site/robots.txt ~/public_html - - /bin/cp _site/sitemap.xml ~/public_html - - /bin/cp _site/sw.min.js ~/public_html - - /bin/cp -R _site/about ~/public_html - - /bin/cp -R _site/archives ~/public_html - - /bin/cp -R _site/assets ~/public_html - - /bin/cp -R _site/categories ~/public_html - - /bin/cp -R _site/donate ~/public_html - - /bin/cp -R _site/norobots ~/public_html - - /bin/cp -R _site/now ~/public_html - - /bin/cp -R _site/posts ~/public_html - - /bin/cp -R _site/tags ~/public_html \ No newline at end of file diff --git a/.github/workflows/build_and_test.yml b/.forgejo/workflows/build_and_test.yml similarity index 100% rename from .github/workflows/build_and_test.yml rename to .forgejo/workflows/build_and_test.yml diff --git a/.github/workflows/deploy_prod.yml b/.forgejo/workflows/deploy_prod.yml similarity index 100% rename from .github/workflows/deploy_prod.yml rename to .forgejo/workflows/deploy_prod.yml diff --git a/.gitignore b/.gitignore index 6d69290..859686b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ Gemfile.lock # Jekyll cache .jekyll-cache -# _site +_site # RubyGems *.gem