From 6779854d59c2d7d7419ab8d2e37b6f21b44f5ae8 Mon Sep 17 00:00:00 2001 From: Shengqi Chen Date: Fri, 17 May 2024 13:08:38 +0800 Subject: [PATCH] ci: add homepage, bump dependencies Signed-off-by: Shengqi Chen --- .build/feedvalidator | 2 +- .github/workflows/build.yml | 6 +++--- .gitignore | 1 + site/index.html | 11 +++++++++++ 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .gitignore create mode 100644 site/index.html diff --git a/.build/feedvalidator b/.build/feedvalidator index 849deba..2a8050b 160000 --- a/.build/feedvalidator +++ b/.build/feedvalidator @@ -1 +1 @@ -Subproject commit 849deba59cc730c432b5e1caed48a5b6cb03e690 +Subproject commit 2a8050b950594464b3923af249623b614774c138 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3393af4..1a1afd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,13 +21,13 @@ jobs: env: OPML_TITLE: "TUNA Blogroll" run: | - .build/buildOpml.sh > opml.xml - .build/validator.py opml.xml || true + .build/buildOpml.sh > site/opml.xml + .build/validator.py site/opml.xml || true - name: Upload Pages Artifact if: ${{ github.ref == 'refs/heads/master' }} uses: actions/upload-pages-artifact@v3 with: - path: opml.xml + path: site/ deploy: if: ${{ github.ref == 'refs/heads/master' }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7443479 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +opml.xml diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..37e41f7 --- /dev/null +++ b/site/index.html @@ -0,0 +1,11 @@ + + + + TUNA Blogroll + + +

TUNA Blogroll

+

Please use opml.xml to subscribe, and see tuna/blogroll for source code.

+

Maintained by Tsinghua University TUNA Association.

+ +