Skip to content

Commit

Permalink
misc: add .well-known
Browse files Browse the repository at this point in the history
For now it stores my funding manifest URL. If you want to add one too,
open a PR.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
  • Loading branch information
yshui committed Oct 17, 2024
1 parent cf9da5a commit 81de876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
asciidoctor -a doctype=article -a stylesheet=../assets/next.css -b html man/picom-trans.1.adoc -D _site
cp -r assets _site/
cp _site/picom.1.html _site/index.html
- name: Copy .well-known
run: cp -r .well-known _site

- name: Upload
uses: actions/upload-pages-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .well-known/funding-manifest-urls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://yshui.github.io/funding.json

0 comments on commit 81de876

Please sign in to comment.