Skip to content

Commit

Permalink
ci: add homepage, bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed May 17, 2024
1 parent 5668caa commit 6779854
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .build/feedvalidator
Submodule feedvalidator updated 282 files
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
opml.xml
11 changes: 11 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>TUNA Blogroll</title>
</head>
<body>
<h1>TUNA Blogroll</h1>
<p>Please use <a href="opml.xml">opml.xml</a> to subscribe, and see <a href="https://github.com/tuna/blogroll">tuna/blogroll</a> for source code.</p>
<p>Maintained by <a href="https://tuna.moe">Tsinghua University TUNA Association</a>.</p>
</body>
</html>

0 comments on commit 6779854

Please sign in to comment.