From 3469998f71b558d398dff6a4944f7acff67aa7c3 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 7 Dec 2024 14:19:41 +0300 Subject: [PATCH] ci: frontend work for "CDN" --- .github/assets/index.html | 116 ++++++++++++++++++++++++++++++++++ .github/assets/robots.txt | 3 + .github/workflows/archive.yml | 4 ++ 3 files changed, 123 insertions(+) create mode 100644 .github/assets/index.html create mode 100644 .github/assets/robots.txt diff --git a/.github/assets/index.html b/.github/assets/index.html new file mode 100644 index 0000000..fe37734 --- /dev/null +++ b/.github/assets/index.html @@ -0,0 +1,116 @@ + + + + + + Wallpkgs + + + +
+

Wallpkgs

+ +
+ + + + + diff --git a/.github/assets/robots.txt b/.github/assets/robots.txt new file mode 100644 index 0000000..3ca756a --- /dev/null +++ b/.github/assets/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /archives/ + diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index 1482f80..140d9b3 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -32,6 +32,10 @@ jobs: fi done + - name: Copy assets + run: | + cp .github/assets/* ./archives + - name: Upload to gh-pages uses: peaceiris/actions-gh-pages@v4 with: