Skip to content

Commit 81de876

Browse files
committed
misc: add .well-known
For now it stores my funding manifest URL. If you want to add one too, open a PR. Signed-off-by: Yuxuan Shui <[email protected]>
1 parent cf9da5a commit 81de876

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/page.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
asciidoctor -a doctype=article -a stylesheet=../assets/next.css -b html man/picom-trans.1.adoc -D _site
3333
cp -r assets _site/
3434
cp _site/picom.1.html _site/index.html
35+
- name: Copy .well-known
36+
run: cp -r .well-known _site
3537

3638
- name: Upload
3739
uses: actions/upload-pages-artifact@v3

.well-known/funding-manifest-urls

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://yshui.github.io/funding.json

0 commit comments

Comments
 (0)